remear / jewelrybox

OS X RVM Manager
105 stars 5 forks source link

Error fetching source #86

Closed sylvaincarle closed 12 years ago

sylvaincarle commented 12 years ago

When trying to install, I get this error message:

ruby-1.9.3-head - #fetching fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree. Use '--' to separate paths from revisions

How can I fix that, it looks like it could be easy to add the missing "-" to the path… but I can't find where.

sylvaincarle commented 12 years ago

Using OSX 10.7.3

remear commented 12 years ago

Head is the live in-progress branch for 1.9.3 and they're constantly committing to it. For whatever reason, the source tree gets messed up so it things there is no HEAD revision. They usually fix it after a bit.