Skip to content

Instantly share code, notes, and snippets.

@guedes
Created May 16, 2011 02:02
Show Gist options
  • Select an option

  • Save guedes/973795 to your computer and use it in GitHub Desktop.

Select an option

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 (wayneeseguin@gmail.com) [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

hisham commented Jul 4, 2011

Copy link
Copy Markdown

did you manage to fix this?

@guedes

guedes commented Jul 5, 2011

Copy link
Copy Markdown
Author

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

@hisham

hisham commented Jul 5, 2011

Copy link
Copy Markdown

rvm get latest fixed it.

@hisham

hisham commented Jul 5, 2011

Copy link
Copy Markdown

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

timtait commented Jul 5, 2011

Copy link
Copy Markdown

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
Copy Markdown

Thanks timtait, that worked for me, too.

@danmayer

Copy link
Copy Markdown

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