GIT 代理设置

设置代理  

git config --global http.proxy 'socks5://127.0.0.1:1080'  //本地 ss 代理

取消代理

git config --global --unset http.proxy

你可能感兴趣的:(GIT 代理设置)