Created
May 16, 2011 02:02
-
-
Save guedes/973795 to your computer and use it in GitHub Desktop.
rvm update error
This file contains hidden or 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 list | |
rvm rubies | |
ruby-1.8.7-p302 [ i386 ] | |
=> ruby-1.9.2-p0 [ i386 ] | |
$ rvm update | |
rvm 1.0.0 by Wayne E. Seguin ([email protected]) [http://rvm.beginrescueend.com/] | |
info: fetching rvm-<html> | |
<head><title>301 Moved Permanently</title></head> | |
<body bgcolor="white"> | |
<center><h1>301 Moved Permanently</h1></center> | |
<hr><center>nginx/1.0.2</center> | |
</body> | |
.tar.gz | |
error: Error running '/home/guedes/.rvm/scripts/fetch 'http://rvm.beginrescueend.com/releases/rvm-<html> |
@hisham Yes, I did a rvm get latest
followed by rvm reload
and it works! See rvm help get
. ":)
rvm get latest fixed it.
Oh just saw your msg, thanks! Yeah 'rvm get latest' fixed it for me, didn't know about rvm reload...not sure if that's needed, I'll see what it does.
the errors coming from - '/home/guedes/.rvm/scripts/fetch 'http://rvm.beginrescueend.com/releases/rvm-
The URL has been updated from 'http' to 'https'.
I had the same issue with an 'RVM get latest' I fixed it by going into the /home/myusername/.rvm/scripts dir and updating the 'get' script to the correct URL
Thanks timtait, that worked for me, too.
thanks timtait that was my issue with running the update as well
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
did you manage to fix this?