Skip to content

Instantly share code, notes, and snippets.

@rottmanj
Created September 17, 2012 22:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rottmanj/3740162 to your computer and use it in GitHub Desktop.
Save rottmanj/3740162 to your computer and use it in GitHub Desktop.
Git Errors
** loading stage recipe 'deploy'
** loading stage recipe 'init_config'
** loading stage recipe 'nginx'
** loading stage recipe 'post_deploy_unicorn_test'
** loading stage recipe 'unicorn'
executing locally: "git ls-remote git@github.com:XXXXXXXXXX/XXXXXXXXXXX.git unicorn_test"
*** Could not save revision: Command git ls-remote git@github.com:XXXXXXXXXX/XXXXXXXXXXX.git unicorn_test returned status code pid 23267 exit 128
* executing `deploy'
* executing `deploy:update'
** transaction: start
* executing `deploy:update_code'
updating the cached checkout on all servers
executing locally: "git ls-remote git@github.com:XXXXXXXXXX/XXXXXXXXXXX.git unicorn_test"
*** [deploy:update_code] rolling back
* executing "rm -rf /data/unicorn_test/staging/releases/20120917221825; true"
servers: ["ec2-81-243-196-157.compute-1.amazonaws.com", "ec2-81-243-205-119.compute-1.amazonaws.com"]
[ec2-81-243-196-157.compute-1.amazonaws.com] executing command
[ec2-81-243-205-119.compute-1.amazonaws.com] executing command
command finished in 459ms
*** Command git ls-remote git@github.com:XXXXXXXXXX/XXXXXXXXXXX.git unicorn_test returned status code pid 23270 exit 128
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment