我在 Windows 中为我的 tortoisehg 在“全局设置”中设置了代理服务器。当我尝试连接到 bitbucket 存储库时,tortoisehg 生成的命令行是hg clone --debug-- http://bitbucket.org/<path to repo>
.
控制台显示如下:
using http://bitbucket.org/<path to repo>
proxying through http://172.19.6.47:8080
http auth: user <username>, password not set
sending capabilities command
我还运行wireshark 来监控流量。令我惊讶的是,流量直接转移到了 bitbucket。我认为它应该首先将数据包发送到代理服务器。是不是意味着我的代理服务器没有生效?我该怎么做才能让它生效?