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
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设置代理
本文链接:https://www.haomeiwen.com/subject/nwkpqftx.html
网友评论