1

这每次都失败。我跑了rvm remove 1.9.2,然后rvm install 1.9.2.
错误看起来像这样:

info: Applying patch '' (located at /)

error: Error running 'patch -F25 -p1 -f <"/"', 
       please check /Users/peter/.rvm/log/ruby-1.9.2-p0/patch.apply.*.log

fail: There has been an error applying the specified patches. 
      Aborting the installation.

日志显示:

[2010-09-05 19:38:14] patch -F25 -p1 -f <"/"
patch: **** read error : Is a directory

这适用于 rvm 1.0.1。

知道发生了什么以及如何将 rvm 回滚到 1.0.1?

4

1 回答 1

1

对我来说,只需运行rvm update(不带--head)就可以正确安装 Ruby 1.9.2。

于 2010-09-05T18:46:45.683 回答