GitBash设置代理

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

cmd设置代理

set http_proxy=http://127.0.0.1:7890
set https_proxy=http://127.0.0.1:7890
最后修改:2022 年 04 月 14 日
如果觉得我的文章对你有用,请随意赞赏