美文网首页
【转】git 设置代理

【转】git 设置代理

作者: Mr菜头 | 来源:发表于2020-08-25 16:25 被阅读0次

    查看是否真的设置代理,若未设置代理运行取消代理命令一次后方可上传下载了,本人出现的情况是这样,记录下,希望对其他人有用

    git config --global http.proxy 查询代理

    git config --global --unset http.proxy 取消代理

    git config --global http.proxy http:172.16.13.171:8080 设置代理

    git config --global https.proxy http:172.16.13.171:8080

    原文链接:https://www.jianshu.com/p/fd342b1e2928

    相关文章

      网友评论

          本文标题:【转】git 设置代理

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