RVMのアップデートで、かなり古いバージョンからアップデートする時に、失敗するときがある。
$ rvm get latest
Original installed RVM version:
rvm 1.5.2 by Wayne E. Seguin (wayneeseg...@gmail.com) [http://
rvm.beginrescueend.com/]
rvm-<html>
% Total % Received % Xferd Average Speed Time Time
Time Current
Dload Upload Total Spent
Left Speed
100 173 0 173 0 0 469 0 --:--:-- --:--:--
--:--:-- 2246
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/0.8.54</center>
</body>
./html>
Aborting RVM Installation.
こんな症状の対処法
$ bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)
もしくは、
$ rvm get head $ rvm reload
一度ターミナルを再接続後、
$ rvm get latest $ rvm --version rvm 1.8.5 by Wayne E. Seguin ([email protected]) [https://rvm.beginrescueend.com/]

