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/
+3
A:
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'?
reto
2009-05-06 12:50:39
+1 This fixed it for me
Ira Cooke
2010-08-18 03:06:08
A:
I'm not the original poster, but I get the same error message: ERROR: http://gems.rubyforge.org/ does not appear to be a repository
When I go to that exact URL using MSIE7, I get a page titled "Gemcutter | awesome gem hosting". So how is the "gem install" command supposed to get past that?
Web search shows MANY people having this same problem over a long span of time, but I have yet to see anyone say "It's because of THIS, so do THIS to fix it."
Help?
mike
2010-02-09 00:09:51