Installing gems issues - doesn't work and then all of a sudden works?
I tried installing the heroku gem yesterday with "gem install heroku" and got the error message: ERROR: Could not find a valid gem 'heroku' (>= 0) in any repository.
I just tried for the heck of it to install it today and all of a sudden it worked. This happened when I tried installing Git as well. What could be the reason for this delay/i开发者_如何学Pythonssue?
When you do gem install it by default installs it from rubygems.org - perhaps there was a problem accessing the site when you attempted it.
However I suspect you didn't install Git from a gem command so it may suggest local network issues as opposed to anything else.
精彩评论