[ACCEPTED]-Getting frequent Gem RemoteFetcher::FetchError. Any workarounds?-rubygems
Make sure your rvm
ssl certificates are up 1 to date.
Check their status
$ rvm osx-ssl-certs status all
Update them!
$ rvm osx-ssl-certs update all
You have to add the "http://rubygems.org",
but before 3 that remove the https
source because as it will 2 get stuck at the certificate error and add 1 http
instead.
so by steps would be:
gem sources
- check sourcesgem sources -a http://rubygems.org/
- will add http sourcegem sources --remove https://rubygems.org/
- will remove the https source
Any reason for not having RubyGems in your 1 sources? If not, add it with
gem sources -a http://rubygems.org
and try again.
I'd try leaving only rubygems.org as the 1 only gem source. This should help.
What I wound up doing was to download the 3 rdoc 3.12 gem to my desktop (based on the 2 original error), then installed it with...
$ gem install --local ~/Desktop/rdoc-3.12.gem
Then 1 I ran $ gem install rails
again, and it finished up successfully.
More Related questions
We use cookies to improve the performance of the site. By staying on our site, you agree to the terms of use of cookies.