Instalé un rvm 2.0.0 y todo estaba bien
Entonces hice por error rvm get head
Luego para corregir eso agregué. rvm get stable
Pero ahora cuando intento rvm install 2.0.0-study
(mismo error en rvm install 2.0.0 -n study
) Me sale este feo error
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.
¿Cómo puedo deshacer mi rvm set stable? ... o corregir este error