我试图使用 RVM 安装 Ruby on Rails。作为第一步,我必须下载 rvm 并使用以下代码。
curl -L get.rvm.io | bash -s stable
似乎 curl 已成功从 get.rvm.io 下载文件并调用 bash 来运行它。下载的脚本正在尝试下载 rvm 安装文件,但失败并出现以下错误。
Could not download 'https://github.com/wayneeseguin/rvm/archive/stable.tar.gz'.
curl returned status '22'.
在https://stackoverflow.com/questions/15730689/cant-install-rvm-on-linux-mint-14和 安装 rvm 时出错(Ruby 版本管理器)给出的所有答案
已尝试但未能解决问题。
是否有任何方法可以解决此问题或安装最新版本的 Ruby 和 Ruby on Rails(使用或不使用 rvm)的替代方法。
我能够使用 Linux Mint 12 和 Linux mint 14 在两个不同网络上的两台不同 PC 上重现该错误。
这是显示的命令行输出:
curl -L get.rvm.io | bash -s stable
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 184 100 184 0 0 142 0 0:00:01 0:00:01 --:--:-- 508
100 13784 100 13784 0 0 4588 0 0:00:03 0:00:03 --:--:-- 24353
Downloading RVM from wayneeseguin branch stable
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 124 100 124 0 0 88 0 0:00:01 0:00:01 --:--:-- 128
0 124 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0
curl: (22) The requested URL returned error: 502
Could not download 'https://github.com/wayneeseguin/rvm/archive/stable.tar.gz'.
curl returned status '22'.