设置 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
大多数防火墙规则应允许此操作,但代理服务器可能会干扰。就是你的木第子可能会阻止
只有改成443端口
另外我亲测ProxyCommand connect -H 127.0.0.01:10081 %h %p,这个才有效,改成-S则不行