美文网首页
git设置及取消代理

git设置及取消代理

作者: 华子1889 | 来源:发表于2020-07-29 11:00 被阅读0次

git设置及取消代理
//首先,设置默认代理,也可以理解为清除代理

git config --global --unset http.proxy
git config --global --unset https.proxy

//设置代理

git config --global http.proxy "你需要的代理"
git config --global https.proxy "你需要的代理"

相关文章

网友评论

      本文标题:git设置及取消代理

      本文链接:https://www.haomeiwen.com/subject/tfkhrktx.html