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

运用http代理从github上下载项目

2012-08-08 
使用http代理从github上下载项目当使用http代理上网的时候,从github上边下载项目时会报如下错误:error:Fai

使用http代理从github上下载项目
当使用http代理上网的时候,从github上边下载项目时会报如下错误:

error:Failed connect to github.com:443;

这时可以设置一下git的http.proxy变量,如下:

引用git config --global http.proxy 192.168.1.1:8080

这样就能使用
引用git clone https://github.com/.../...
下载你所需要的项目了 1 楼 henry_wu001 2012-05-15   你能下载 sourceforge上的git 工程吗?
不能吧, 2 楼 mahengyang 2012-05-15   sourceforge没有试过,不过使用的协议都是一样的,应该只是url不一样

热点排行