我设置了一个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系统代理,它在浏览互联网时工作正常。
知道为什么会这样吗?