美文网首页
Git设置本地理

Git设置本地理

作者: 晓龙酱 | 来源:发表于2017-09-18 10:36 被阅读3次
    // 设置本地代理
    git config --global http.proxy 'socks5://127.0.0.1:1080' 
    git config --global https.proxy 'socks5://127.0.0.1:1080'
    
    // 取消本地代理
    git config --global http.proxy 'socks5://127.0.0.1:1080'
    git config --global https.proxy 'socks5://127.0.0.1:1080'
    

    相关文章

      网友评论

          本文标题:Git设置本地理

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