下载不动设置代理:
git config --global http.proxy http://127.0.0.1:1080
git config --global https.proxy https://127.0.0.1:1080
git config --global http.SSLVERIFY false
删除git config项目:
git config --global http.proxy ""
git config --global https.proxy ""
=========================================
windows命令行代理:
set http_proxy=http://127.0.0.1:1080
linux命令行代理:
export http_proxy=192.168.8.25:1080