I have installed Ruby without issue but am having trouble installing Rails.
When I load up the command line and type
I get the following error:
I'm trying to install it work so I was wondering if the proxy (or the fact I already have Apache running) would affect it.
I get the same error when trying to run "gem update"
Any help would be greatly appreciated.
When I load up the command line and type
Code:
gem install rails --include-dependencies
Code:
[B]A connection attempt failed because the connected part did not properly respond after a period of time, or established connection failed because connected host has failed to respond - connect(2)(Errno::ETIMEDOUT)[/B]
I get the same error when trying to run "gem update"
Any help would be greatly appreciated.
Comment