设置 git config --global http.https://git.521000.best.proxy socks5://127.0.0.1:1086
设置完成后, ~/.gitconfig
文件中会增加以下条目:
[http "https://github.com"]
proxy = socks5://127.0.0.1:1086
修改 ~/.ssh/config
文件
Host github.com
User git
ProxyCommand nc -v -x 127.0.0.1:1086 %h %p
我的配置
我遇到的问题
GitBash
ssh -T [email protected]
失败,返回Connection closed by UNKNOWN port 65535
ssh -T [email protected]
成功Windows Powershell
无论输入哪个都提示