在windows下安装tortoisehg-1.0.3-hg-1.5.3-x64.exe的版本控制工具后,克隆创建中心库后,启动web server,其余分库能够链接中心库进行pull但没法push。web
这个多是tortoisehg工具的问题,须要手工在.hg/hgrc文件中加入如下内容才能够使web server有push功能windows
[web] allow_read=* allow_push=* push_ssl=false