在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
在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