0

I'm trying to install rails on windows7. Rails not getting installed gem sources --add http://rubygems.org commands throws error like Error fetching http://rubygems.org timed out http://API.rubygems.org/specs.4.8.gz

Can anyone help me resolve this.

Siddu hadapad
  • 3,023
  • 5
  • 15
  • 26

2 Answers2

0

This could be solved by updating your rubygems to latest version.

gem update --system

Abhilash Reddy
  • 1,499
  • 1
  • 12
  • 24
0

Finally I resolved this error by adding http://rubygejs.org/ to .gemrc.

Siddu hadapad
  • 3,023
  • 5
  • 15
  • 26