美文网首页
git开启代理和关闭代理

git开启代理和关闭代理

作者: 那钱有着落吗 | 来源:发表于2022-11-12 21:36 被阅读0次
    1. git 开启代理
    git config --global http.proxy http://127.0.0.1:41091
    git config --global https.proxy http://127.0.0.1:41091
    
    
    1. git 取消代理
    git config --global --unset http.proxy
    git config --global --unset https.proxy
    

    相关文章

      网友评论

          本文标题:git开启代理和关闭代理

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