给github设置代理

2018-03-19  本文已影响0人  Neo陈

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

上一篇下一篇

猜你喜欢

热点阅读