Displaying 1 result from an estimated 1 matches for "fetcherro".
Did you mean:
fetcherror
2009 Nov 03
1
Gem::RemoteFetcher::FetchErro when installing rails
I am trying to install rails on Ubuntu 8.10, and met following errors. Please
help me get through.Thanks.
root@pierr-desktop:~# gem install rails
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
bad response 500
(http://gems.rubyforge.vm.bytemark.co.uk/gems/actionpack-2.3.4.gem)
#other information
root@pierr-desktop:~# ruby -v
ruby 1.8.7 (2008-08-11 patchlevel 72) [i486-linux]
root@pierr-desktop:~# gem -v
1.2.0
root@pierr-desktop:~# gem list
*** LOCAL GEMS ***
activerecord (2.3.4)
a...