Skip to content

Instantly share code, notes, and snippets.

@14021939
Created March 16, 2013 10:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 14021939/5175846 to your computer and use it in GitHub Desktop.
Save 14021939/5175846 to your computer and use it in GitHub Desktop.
【rvm】Ruby 2.0.0 安定版 インストール ref: http://qiita.com/items/d9edc771d10bb89ef0f0
rvm install 2.0.0
rvm uninstall 2.0.0
rvm get stable
rvm install 2.0.0 --verify-downloads 1
There is no checksum for 'http://production.cf.rubygems.org/rubygems/rubygems-2.0.3.tgz' or 'rubygems-2.0.3.tgz', it's not possible to validate it.
This could be because your RVM install's list of versions is out of date. You may want to
update your list of rubies by running 'rvm get stable' and try again.
If that does not resolve the issue and you wish to continue with unverified download
add '--verify-downloads 1' after the command.
There has been an error while trying to fetch rubygems.
Halting the installation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment