美文网首页
Git 提速

Git 提速

作者: CodeRambler | 来源:发表于2018-07-22 09:27 被阅读3次

    Git 设置 SSR 代理

    git config --global http.proxy http://127.0.0.1:1080
    git config --global http.proxy http://127.0.0.1:1080
    

    根据自己的 SSR 本地代理端口设置即可,一般默认为 1080。

    image.png

    取消代理

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

    相关文章

      网友评论

          本文标题:Git 提速

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