Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/mercurial/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何在使用TortoiseHg时为Mercurial推/拉操作启用身份验证?_Mercurial_Dvcs_Windows Authentication_Tortoisehg - Fatal编程技术网

如何在使用TortoiseHg时为Mercurial推/拉操作启用身份验证?

如何在使用TortoiseHg时为Mercurial推/拉操作启用身份验证?,mercurial,dvcs,windows-authentication,tortoisehg,Mercurial,Dvcs,Windows Authentication,Tortoisehg,在我的开发团队中,我使用Mercurial作为VCS,而使用OrtoisehG作为GUI工具。由于工作流程的变化,我们的QA成员希望对发布服务器上的推/拉操作有更好的控制,他们希望只允许具有用户凭据的指定用户访问指定的repo。请告知如何在拉和推操作中实现这一点?另外,请告知是否可以与Windows身份验证合并 谢谢! William这取决于您使用的传输协议和服务器 Http 您可以在.hg/hgrc中添加允许推进回购的用户列表 SSH 您可以使用操作系统的文件权限系统,也可以使用中描述的ssh

在我的开发团队中,我使用Mercurial作为VCS,而使用OrtoisehG作为GUI工具。由于工作流程的变化,我们的QA成员希望对发布服务器上的推/拉操作有更好的控制,他们希望只允许具有用户凭据的指定用户访问指定的repo。请告知如何在拉和推操作中实现这一点?另外,请告知是否可以与Windows身份验证合并

谢谢!
William

这取决于您使用的传输协议和服务器

Http 您可以在.hg/hgrc中添加允许推进回购的用户列表

SSH 您可以使用操作系统的文件权限系统,也可以使用中描述的ssh包装器之一

文件
您可以使用操作系统的文件权限系统。

您如何托管存储库?IIS?你发球吗?阿帕奇?
[web]
allow_push = frodo, sam