这每次都失败。我跑了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?