git代理设置与取消

2020-09-18  本文已影响0人  一回生

git代理设置与取消

git config --global https.proxy http://127.0.0.1:1080

git config --global https.proxy https://127.0.0.1:1080

git config --global http.proxy 'socks5://127.0.0.1:1080'
git config --global https.proxy 'socks5://127.0.0.1:1080'

git config --global --unset http.proxy

git config --global --unset https.proxy

上一篇 下一篇

猜你喜欢

热点阅读