como desfazer rvm set estável?

1

Eu instalei um rvm 2.0.0 e tudo estava ok Então eu fiz por engano rvm get head Então, para corrigir isso, adicionei rvm get stable Mas agora, quando eu tento rvm install 2.0.0-study (mesmo erro em rvm install 2.0.0 -n study ) eu recebo esse erro feio

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.

Como posso desfazer meu conjunto rvm? ... ou corrigir esse erro

    
por Razvan Pavel 05.05.2013 / 12:14

1 resposta

0

usando study como o nome conflita com sha selector para commits, você pode verificar uma lista inteira de nomes não autorizados aqui link

    
por 11.07.2013 / 20:49

Tags