Git服务器代理上网安装出现问题的几个解决办法。

1、gem安装出现下面错误

root@ubuntu:/home/git/gitlab# sudo gem install bundler --no-ri --no-rdoc
ERROR:  Could not find a valid gem 'bundler' (>= 0), here is why:
          Unable to download data from https://rubygems.org/ - Errno::ETIMEDOUT: Connection timed out - connect(2) (https://api.rubygems.org/latest_specs.4.8.gz)

解决办法:

sudo gem install --http-proxy http://代理服务器:端口 bundler --no-ri --no-rdoc

问题原因:内网是使用代理上网,需要设置gem使用代理


2、无法使用git获取项目,需要为git配置代理

解决办法:代理服务器为 http 代理

1.HTTP 协议配置(配置 ~/.gitconfig)

[http]
proxy = http://10.22.0.4:8080

3、apt-get 代理设置 

sudo apt-get -c ~/apt_proxy.conf 
配置文件的格式,如下: 
Acquire::http::proxy "http://your_proxy_adress1:端口号/"; 
Acquire::ftp::proxy "ftp://your_proxy_adress2:端口号/"; 
Acquire::https::proxy "https://your_proxy_adress3:端口号/"; 


4、fetch配置





评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值