美文网首页
git 取消代理

git 取消代理

作者: 月魂king | 来源:发表于2019-01-07 17:18 被阅读0次

    获取代理方式

    git config get http.https://github.com.proxy
    

    获取方式为git config get 键
    来获取对应的值

    取消某种代理方式

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

    取消方式为 git config --global --unset
    其中--global为全局取消,如果不需要则可以不添加。

    相关文章

      网友评论

          本文标题:git 取消代理

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