brew 代理
2019-03-22 本文已影响0人
doingy
设置代理
$ 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