应用http代理以对sith访问github时,端口自动更改为代理端口

时间:2015-03-05 09:18:29

标签: git github ssh proxy

我设置了一个http代理,通过ssh访问github.com。

git config --global http.proxy "http://the.proxy.com:46327"
git config --global https.proxy "http://the.proxy.com:46327"

但是当拉动时,github.com:443会自动更改为github.com:46327。它失败了。

the change http://lolofinil.qiniudn.com/git_proxy_prot_change.png

根据服务提供商,代理是http / https代理。我也将它用作Windows系统代理,它在浏览互联网时工作正常。

知道为什么会这样吗?

0 个答案:

没有答案