获取数据时出错:Errno :: ENETUNREACH:尝试对无法访问的网络执行套接字操作。安装gem时出错

时间:2013-08-27 06:23:40

标签: ruby-on-rails postgresql gem

我是Ruby on rails的新手。我的后端是PostgreSql。当我尝试使用命令

安装postgre sql时
$ gem install pg
$ gem install ruby-postgres 

我收到以下错误。

WARNING:  Error fetching data: Errno::ENETUNREACH: A socket operation was attempted to an unreachable network. - connect(2) (http://rubygems.org/l
atest_specs.4.8.gz)
ERROR:  Could not find a valid gem 'pg' (>= 0) in any repository
ERROR:  Possible alternatives: pg

我在Windows 7平台上使用eclipse IDE。我已使用以下命令设置代理

$ http_proxy="http:/192.168.xx.xxx:xxxx"

但它仍然无效。我的thisthisthis

1 个答案:

答案 0 :(得分:0)

  

$ http_proxy="http:/192.168.xx.xxx:xxxx"

尝试:

$ http_proxy="http://192.168.xx.xxx:xxxx"