Skip to content

Instantly share code, notes, and snippets.

@kungfumike
Created June 12, 2009 17:09
Show Gist options
  • Save kungfumike/128769 to your computer and use it in GitHub Desktop.
Save kungfumike/128769 to your computer and use it in GitHub Desktop.
mike@miguel:~/workspace/projects/mychef$ rake install --trace
(in /home/mike/workspace/projects/mychef)
** Invoke install (first_time)
** Invoke update (first_time)
** Execute update
** Updating your repository
git pull
Public key f9:4f:07:55:f5:2f:79:c5:91:7b:19:d2:8b:35:a2:25 blacklisted (see ssh-vulnkey(1)); refusing to send it
You asked me to pull without telling me which branch you
want to merge with, and 'branch.master.merge' in
your configuration file does not tell me either. Please
name which branch you want to merge on the command line and
try again (e.g. 'git pull <repository> <refspec>').
See git-pull(1) for details on the refspec.
If you often merge with the same branch, you may want to
configure the following variables in your configuration
file:
branch.master.remote = <nickname>
branch.master.merge = <remote-ref>
remote.<nickname>.url = <url>
remote.<nickname>.fetch = <refspec>
See git-config(1) for details.
rake aborted!
Command failed with status (1): [git pull...]
/usr/local/ruby-1.8.6-p111/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:969:in `sh'
/usr/local/ruby-1.8.6-p111/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:982:in `call'
/usr/local/ruby-1.8.6-p111/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:982:in `sh'
/usr/local/ruby-1.8.6-p111/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:1070:in `sh'
/usr/local/ruby-1.8.6-p111/lib/ruby/gems/1.8/gems/chef-0.7.0/lib/chef/tasks/chef_repo.rake:41
/usr/local/ruby-1.8.6-p111/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:617:in `call'
/usr/local/ruby-1.8.6-p111/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:617:in `execute'
/usr/local/ruby-1.8.6-p111/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:612:in `each'
/usr/local/ruby-1.8.6-p111/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:612:in `execute'
/usr/local/ruby-1.8.6-p111/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:578:in `invoke_with_call_chain'
/usr/local/ruby-1.8.6-p111/lib/ruby/1.8/monitor.rb:242:in `synchronize'
/usr/local/ruby-1.8.6-p111/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:571:in `invoke_with_call_chain'
/usr/local/ruby-1.8.6-p111/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:588:in `invoke_prerequisites'
/usr/local/ruby-1.8.6-p111/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:585:in `each'
/usr/local/ruby-1.8.6-p111/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:585:in `invoke_prerequisites'
/usr/local/ruby-1.8.6-p111/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:577:in `invoke_with_call_chain'
/usr/local/ruby-1.8.6-p111/lib/ruby/1.8/monitor.rb:242:in `synchronize'
/usr/local/ruby-1.8.6-p111/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:571:in `invoke_with_call_chain'
/usr/local/ruby-1.8.6-p111/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:564:in `invoke'
/usr/local/ruby-1.8.6-p111/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2027:in `invoke_task'
/usr/local/ruby-1.8.6-p111/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2005:in `top_level'
/usr/local/ruby-1.8.6-p111/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2005:in `each'
/usr/local/ruby-1.8.6-p111/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2005:in `top_level'
/usr/local/ruby-1.8.6-p111/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2044:in `standard_exception_handling'
/usr/local/ruby-1.8.6-p111/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:1999:in `top_level'
/usr/local/ruby-1.8.6-p111/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:1977:in `run'
/usr/local/ruby-1.8.6-p111/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2044:in `standard_exception_handling'
/usr/local/ruby-1.8.6-p111/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:1974:in `run'
/usr/local/ruby-1.8.6-p111/lib/ruby/gems/1.8/gems/rake-0.8.4/bin/rake:31
/usr/bin/rake:19:in `load'
/usr/bin/rake:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment