git代理,windows命令行代理,linux命令行代理

下载不动设置代理:
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

posted on 2016-12-22 17:24  拥剑公子  阅读(1201)  评论(0编辑  收藏  举报

导航