您的位置:首页 > 其它

Mercurial hg web server的配置

2015-08-03 09:59 260 查看
在windows下安装tortoisehg-1.0.3-hg-1.5.3-x64.exe的版本控制工具后,克隆建立中心库后,启动web server,其他分库可以连接中心库进行pull但无法push。

这个可能是tortoisehg工具的问题,需要手工在.hg/hgrc文件中加入以下内容才可以使web server有push功能

[web]
allow_read=*
allow_push=*
push_ssl=false
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: