1

Я установил rvm 2.0.0, и все было в порядке. Затем я сделал ошибку. rvm get head Чтобы исправить это, я добавил rvm get stable Но теперь, когда я пытаюсь rvm install 2.0.0-study (та же ошибка при rvm install 2.0.0 -n study) я получаю эту уродливую ошибку

HEAD is now at 588c139 * remove trailing spaces.
remote: Counting objects: 9, done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 5 (delta 4), reused 1 (delta 0)
Unpacking objects: 100% (5/5), done.
From git://github.com/ruby/ruby
   08fbd2c..babae04  trunk      -> origin/trunk
Switched to branch 'ruby_2_0_0'
From git://github.com/ruby/ruby
 * branch            ruby_2_0_0 -> FETCH_HEAD
Already up-to-date.
error: pathspec 'tudy' did not match any file(s) known to git.
There has been an error while trying to checkout the source branch.
Halting the installation.
There has been an error fetching the ruby interpreter. Halting the installation.

Как я могу отменить мой rvm set stable?... или исправить эту ошибку

1 ответ1

0

используя study поскольку имена конфликтуют с селектором sha для коммитов, вы можете проверить полный список запрещенных имен здесь http://rvm.io/rubies/named

Всё ещё ищете ответ? Посмотрите другие вопросы с метками .