rvm得到最新的抛出错误

时间:2012-05-01 02:19:06

标签: ruby osx-snow-leopard rvm

尝试在我的OSx上升级RVM。我收到以下错误。

$ rvm get latest

Original installed RVM version:

rvm 1.2.9 by Wayne E. Seguin (wayneeseguin@gmail.com) [http://rvm.beginrescueend.com/]

rvm-<html>
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                             Dload  Upload   Total   Spent    Left  Speed
100   172    0   172    0     0    210      0 --:--:-- --:--:-- --:--:--   304
ERROR:
.tar.gz downloaded does not match it's md5 checksum <html>
<head><title>400 Bad Request</title></head>
<body bgcolor="white">
<center><h1>400 Bad Request</h1></center>
<hr><center>nginx/1.0.8</center>
</body>
./html>
Aborting RVM Installation.

可能出现什么问题?

1 个答案:

答案 0 :(得分:2)

尝试:

rvm get head
rvm reload
rvm get stable

如果`rvm get head失败,请使用安装程序:

curl -L get.rvm.io | bash -s stable
rvm reload

rvm reload很重要,之前需要它,但现在RVM会自动自动加载。

另请注意,1.4 RVM周围更改了.rvmrc信任机制,您必须再次信任所有项目...或使用不需要信任的新项目文件:{{3} }