首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件开发 >

GIT通过代理下载

2013-12-22 
GIT透过代理下载如何通过代理clone GIT的代码如果clone出现错误,D:\workspacegit clone git://git.openwr

GIT透过代理下载
如何通过代理clone GIT的代码

如果clone出现错误,
D:\workspace>git clone git://git.openwrt.org/openwrt.git
Cloning into 'openwrt'...
fatal: unable to connect to git.openwrt.org:
git.openwrt.org[0: 217.115.15.20]: errno=No error

如果你所在的网络需要代理访问网络,那你可以设置git代理服务器
git config --global http.proxy http://10.41.255.xxx:8080

git clone http://git.openwrt.org/openwrt.git

注意前缀要修改为HTTP(原来是GIT)

热点排行