【问题标题】:rvm get latest is throwing errorrvm get latest 抛出错误
【发布时间】:2012-05-10 16:33:47
【问题描述】:

尝试在我的 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.

可能出了什么问题?

【问题讨论】:

  • 看这个解决方案 by wayneeseguin here
  • 尝试rvm get head 解决了问题w00t !!

标签: ruby osx-snow-leopard rvm


【解决方案1】:

尝试:

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 信任机制,您将不得不再次信任所有项目...或使用不需要信任的新项目文件:https://rvm.io/workflow/projects/#ruby-versions

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2014-07-02
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-11-18
    • 1970-01-01
    相关资源
    最近更新 更多