美文网首页
brew 代理

brew 代理

作者: doingy | 来源:发表于2019-03-22 16:41 被阅读0次

设置代理

$ git config --global http.proxy proxy_address
$ git config --global https.proxy proxy_address

取消代理

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

相关文章

网友评论

      本文标题:brew 代理

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