给github设置代理

git config --global http.https://github.com.proxy socks5://127.0.0.1:1086

如果要恢复/移除上面设置的git代理,使用如下命令

git config --global --unset http.proxy

git config --global --unset http.https://github.com.proxy

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