我想克隆坐在代理之后的存储库
hg --config http_proxy.host=ipaddress:3128 pull "http://servername:8000" abort: HTTP Error 503: Service Unavailable
在代理服务器(鱿鱼)我可以看到,它确实连接
1315217673.018 102 ipaddress TCP_MISS/503 1601 GET http://servername:8000/? - DIRECT/- text/html
我在项目目录中用这些命令启动了hg服务器:
/usr/local/bin/hg serve
在http:// servername:8000 / (绑定到*:8000)
任何想法为什么mercurial失败???
固定使用
hg clone ssh://user@servername//var/www/project projectname
我刚才有一个类似的错误,对我来说,结果是我指向了错误的代理服务器。
遇到类似的错误消息,我解决了它只需重新启动我的Apache。 我的mercurial被配置为当我启动我的Apache服务时启动。 码:
apache2ctl重新启动