设置代理
$ 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
$ 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
网友评论