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

Fix for "Errno:ETIMEDOUT: Operation timed out - connect(二)" when insta

2012-10-09 
Fix for Errno::ETIMEDOUT: Operation timed out - connect(2) when installing g# A DNS change to Rub

Fix for "Errno::ETIMEDOUT: Operation timed out - connect(2)" when installing g
# A DNS change to Rubygems.org is causing lingering issues. Namely,
# rubygems.org and production.s3.rubygems.org are still pointing to
# the old address. See:
# http://twitter.com/#!/gemcutter/status/30666857698557952

# The symptoms:

# $ gem install benelux --version 0.5.17
# ERROR: Could not find a valid gem 'benelux' (= 0.5.17) in any repository
# ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
# Errno::ETIMEDOUT: Operation timed out - connect(2) (http://rubygems.org/latest_specs.4.8.gz)

# The fix:

# gem source -r http://rubygems.org/
# gem source -r http://production.s3.rubygems.org/
# gem source -a http://production.s3.rubygems.org.s3.amazonaws.com/

热点排行