码迷,mamicode.com
首页 > Windows程序 > 详细

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

时间:2016-12-22 19:55:40      阅读:395      评论:0      收藏:0      [点我收藏+]

标签:git   下载   glob   设置   127.0.0.1   令行   linux命令行   global   window   

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

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

标签:git   下载   glob   设置   127.0.0.1   令行   linux命令行   global   window   

原文地址:http://www.cnblogs.com/wjx0912/p/6212088.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!