Proxy

Git如何设置代理?

GIT配置代理如下设置,socks5为代理协议,可配置http/https/socks5等。

 git config --global http.proxy socks5://127.0.0.1:20170