美文网首页
iOS取消git代理

iOS取消git代理

作者: 哈哈哈努力加油吧 | 来源:发表于2020-03-22 20:19 被阅读0次

按照网上的帖子git config --global --unset http.proxy就能取消,但是我试了一点用都没有,后来是这样解决的------

先执行git config --global --list查看

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

相关文章

网友评论

      本文标题:iOS取消git代理

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