Created
August 18, 2011 19:22
-
-
Save rubys/1154922 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ rvm install 1.8.6-r24700 | |
Installing Ruby from source to: /home/rubys/.rvm/rubies/ruby-1.8.6-r24700, this may take a while depending on your cpu(s)... | |
ruby-1.8.6-r24700 - #fetching | |
Cloning from git://github.com/ruby/ruby.git, this may take a while depending on your connection... | |
Cloning into /home/rubys/.rvm/repos/ruby-1.8.6-r24700... | |
remote: Counting objects: 32692, done. | |
remote: Compressing objects: 100% (15056/15056), done. | |
remote: Total 32692 (delta 24750), reused 23390 (delta 16857) | |
Receiving objects: 100% (32692/32692), 22.70 MiB | 1.51 MiB/s, done. | |
Resolving deltas: 100% (24750/24750), done. | |
HEAD is now at 29cbd33 * 2011-08-18 | |
Branch ruby_1_8_6 set up to track remote branch ruby_1_8_6 from origin. | |
Switched to a new branch 'ruby_1_8_6' | |
error: pathspec 'r24700' did not match any file(s) known to git. | |
ERROR: There has been an error while trying to checkout the source branch. | |
Halting the installation. | |
ERROR: There has been an error fetching the ruby interpreter. Halting the installation. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment