Ubuntu16.06 git with socks proxy

来源:互联网 发布:网络宣传好处 编辑:程序博客网 时间:2024/05/16 01:16

Ubuntu16.06 git with socks proxy

参考文献:
https://gist.github.com/laispace/666dd7b27e9116faece6

git config --global http.proxy 'socks5://127.0.0.1:1080'git config --global https.proxy 'socks5://127.0.0.1:1080'git config --global --unset http.proxygit config --global --unset https.proxy
0 0