美文网首页
给github设置代理

给github设置代理

作者: Neo陈 | 来源:发表于2018-03-19 15:08 被阅读0次

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