iOS Mac 设置git的全局代理, 取消代理.

2020-06-16  本文已影响0人  包砸豆沙馅
git config --get http.proxy
git config --get https.proxy
git config --global http.proxy http://127.0.0.1:18087
git config --global https.proxy https://127.0.0.1:18087
git config --global --unset http.proxy
git config --global --unset https.proxy
unset all_proxy 
unset ALL_PROXY
上一篇 下一篇

猜你喜欢

热点阅读