Reputation: 623
I am getting this error, when trying to install any gem ERROR: http://gems.rubyforge.org/ does not appear to be a repository But when I do gem sources, it shows * CURRENT SOURCES * http://gems.rubyforge.org/
Upvotes: 2
Views: 1486
Reputation: 16732
Perhaps you have an http proxy in your network? What do you see when you go to the page http://gems.rubyforge.org/ directly (using your browser)? Or even better: what happens if you wget the url 'http://gems.rubyforge.org/yaml'?
Upvotes: 4