0

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 を使用してこれを正しい方法でインストールする方法を教えてください。

ありがとうございました。

4

1 に答える 1

0

古いバージョンの RVM を使用しています1.18.3。現在のバージョンは です1.21.2。RVM を更新して、すべての新しい ruby​​ とバイナリの更新されたチェックサムを取得します。

rvm get stable

また:

rvm get head
于 2013-06-24T21:01:02.050 に答える