【发布时间】:2013-10-30 00:55:45
【问题描述】:
我将我的 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.
在这种情况下我需要做什么? 我的宝石组的“验证”是什么意思? 为什么我的宝石过期了?
请帮我理解一下。
【问题讨论】:
标签: ruby xcode rubygems installation osx-mavericks