For some weeks now I simply can't run gem install in windows. It sticks on this line:
C:\Windows\System32>gem install rails --version 2.1.2
Bulk updating Gem source index for: http://gems.rubyforge.org/
Any ideas what it could be?
|
|
For some weeks now I simply can't run gem install in windows. It sticks on this line:
Any ideas what it could be?
|
|||
|
|
|
|
Have you been able to install stuff previously? The gem index is pretty big, about 26MB it seems - what sort of connection do you have? If you have dialup (or 512kbit "broadband" etc), it will take quite a while to update. You could just grab the rails gem file and install it with Alternatively you could use one of the prepackage-rails installers, for example InstantRails |
||
|
|
|
|
I had this same problem with gem version < 1.2. Upgrading to 1.2 fixed it. |
||
|
|
|
It worked fine on my Windows Server 2003 machine. I am using gem version 1.3.0. |
||
|
|