Skip to content

Instantly share code, notes, and snippets.

@guedes
Created May 16, 2011 02:02
Show Gist options
  • Save guedes/973795 to your computer and use it in GitHub Desktop.
Save guedes/973795 to your computer and use it in GitHub Desktop.
rvm update error
$ 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
Copy link

hisham commented Jul 4, 2011

did you manage to fix this?

@guedes
Copy link
Author

guedes commented Jul 5, 2011

@hisham Yes, I did a rvm get latest followed by rvm reload and it works! See rvm help get. ":)

@hisham
Copy link

hisham commented Jul 5, 2011

rvm get latest fixed it.

@hisham
Copy link

hisham commented Jul 5, 2011

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.

@timtait
Copy link

timtait commented Jul 5, 2011

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

@TatianaTyu
Copy link

Thanks timtait, that worked for me, too.

@danmayer
Copy link

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