Installation 安装Ruby 1.9.3-p392时出现的问题

Installation 安装Ruby 1.9.3-p392时出现的问题,installation,rvm,ruby-1.9.3,Installation,Rvm,Ruby 1.9.3,我正在尝试使用RVM设置Ruby 1.9.3-p392。我得到以下错误:- Searching for binary rubies, this might take some time. ruby-1.9.3-p392 - #configure ruby-1.9.3-p392 - #download There is no checksum for 'https://rvm.io/binaries/ubuntu/12.04/i386/ruby-1.9.3-p392.tar.bz2?rvm=1.1

我正在尝试使用RVM设置Ruby 1.9.3-p392。我得到以下错误:-

Searching for binary rubies, this might take some time.
ruby-1.9.3-p392 - #configure
ruby-1.9.3-p392 - #download
There is no checksum for 'https://rvm.io/binaries/ubuntu/12.04/i386/ruby-1.9.3-p392.tar.bz2?rvm=1.18.3' or 'bin-ruby-1.9.3-p392.tar.bz2', it's not possible to validate it.
If you wish to continue with unverified download add '--verify-downloads 1' after the command.

Downloading https://rvm.io/binaries/ubuntu/12.04/i386/ruby-1.9.3-p392.tar.bz2 failed.
Mounting remote ruby failed, trying to compile.
Installing Ruby from source to: /home/krishna/.rvm/rubies/ruby-1.9.3-p392, this may take a while depending on your cpu(s)...
ruby-1.9.3-p392 - #downloading ruby-1.9.3-p392, this may take a while depending on your connection...
There is no checksum for 'http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p392.tar.bz2' or 'ruby-1.9.3-p392.tar.bz2', it's not possible to validate it.
If you wish to continue with unverified download add '--verify-downloads 1' after the command.

There has been an error fetching the ruby interpreter. Halting the installation.
查看上面的错误信息,我认为不安全地进行未经验证的下载是不安全的。谁能告诉我如何使用RVM以正确的方式安装此设备


谢谢。

您正在使用旧版本的RVM
1.18.3
,当前版本是
1.21.2
,只需更新RVM即可获得所有新红宝石和二进制文件的更新校验和:

rvm get stable
或:

rvm get head