Skip to content

Instantly share code, notes, and snippets.

@fujin
Created October 8, 2008 22:29
Show Gist options
  • Save fujin/15626 to your computer and use it in GitHub Desktop.
Save fujin/15626 to your computer and use it in GitHub Desktop.
aj@junglist ~/git$ thor merb:edge:core --install
thor repository exists, updating or branching instead of cloning...
Pulling from git://github.com/wycats/thor.git
error: pathspec 'master' did not match any file(s) known to git.
fatal: bad revision 'HEAD'
fatal: Needed a single revision
/home/aj/git/merb.thor:203:in `install_gem_from_src': No Rakefile found for thor (Gem::InstallError)
from /home/aj/git/merb.thor:959:in `install_from_src'
from /home/aj/git/merb.thor:817:in `refresh_from_source'
from /home/aj/git/merb.thor:815:in `each'
from /home/aj/git/merb.thor:815:in `refresh_from_source'
from /home/aj/git/merb.thor:733:in `core'
from /usr/lib/ruby/gems/1.8/gems/thor-0.9.6/lib/thor/task.rb:20:in `send'
from /usr/lib/ruby/gems/1.8/gems/thor-0.9.6/lib/thor/task.rb:20:in `run'
from /usr/lib/ruby/gems/1.8/gems/thor-0.9.6/lib/thor/task.rb:13:in `parse'
from /usr/lib/ruby/gems/1.8/gems/thor-0.9.6/lib/thor/runner.rb:138:in `method_missing'
from /usr/lib/ruby/gems/1.8/gems/thor-0.9.6/lib/thor/task.rb:20:in `send'
from /usr/lib/ruby/gems/1.8/gems/thor-0.9.6/lib/thor/task.rb:20:in `run'
from /usr/lib/ruby/gems/1.8/gems/thor-0.9.6/lib/thor/task.rb:13:in `parse'
from /usr/lib/ruby/gems/1.8/gems/thor-0.9.6/lib/thor.rb:70:in `start'
from /usr/lib/ruby/gems/1.8/gems/thor-0.9.6/bin/thor:7
from /usr/bin/thor:19:in `load'
from /usr/bin/thor:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment