Created
November 7, 2012 11:28
-
-
Save regularfry/4030956 to your computer and use it in GitHub Desktop.
rvm jruby-1.5.1 fail
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 jruby-1.5.1 --disable-binary | |
jruby-1.5.1 - #downloading jruby-bin-1.5.1, this may take a while depending on your connection... | |
Error running '/home/zander/.rvm/scripts/fetch http://jruby.org.s3.amazonaws.com/downloads/1.5.1/jruby-bin-1.5.1.tar.gz', please read /home/zander/.rvm/log/jruby-1.5.1/fetch.log | |
$ cat /home/zander/.rvm/log/jruby-1.5.1/fetch.log | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 11.5M 100 11.5M 0 0 47982 0 0:04:11 0:04:11 --:--:-- 48236 | |
Downloaded archive checksum did not match, archive was removed! | |
If you wish to continue with not matching download add '--verify-downloads 2' after the command. | |
$ rvm version | |
rvm 1.16.18 (stable) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/] | |
$ cat ~/.rvmrc | |
export rvm_path="/home/zander/.rvm" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment