OS_X を 10.9 にアップデートしましたが、Ruby ソケット I/O ライブラリに問題があります (ポートに接続できません)。すべての構成パラメータが正しく設定されているため、これは非常に奇妙な問題です。したがって、OS_X 10.9 (または更新された Xcode) の互換性の問題である可能性があると思います。
更新された Xcode 用のコマンド ライン ツールをインストールします。(これなしでは Ruby をインストールすることはできません)。
ruby 1.9.3 の再インストールに成功しました。しかし、gem 環境を再インストールしようとすると、次のエラーが表示されます。
ruby-1.9.3-p448 - #installing.........................................................................................................
Retrieving rubygems-2.0.13
There is no checksum for 'http://production.cf.rubygems.org/rubygems/rubygems-2.0.13.tgz' or 'rubygems-2.0.13.tgz', it's not possible to validate it.
This could be because your RVM install's list of versions is out of date. You may want to
update your list of rubies by running 'rvm get stable' and try again.
If that does not resolve the issue and you wish to continue with unverified download
add '--verify-downloads 1' after the command.
There has been an error while trying to fetch rubygems.
Halting the installation.
この状況で私は何をする必要がありますか?私のジェムセットの「検証」とは何ですか? ジェムの期限が切れているのはなぜですか?
それを理解するのを手伝ってください。