Skip to content

Instantly share code, notes, and snippets.

@lucazz
Created January 22, 2016 16:04
Show Gist options
  • Save lucazz/f5504a168a4f1e170b59 to your computer and use it in GitHub Desktop.
Save lucazz/f5504a168a4f1e170b59 to your computer and use it in GitHub Desktop.
/tmp/ansible-tmp-1453476844.32-100161351905139$ python git
Enter passphrase for key '/var/www/.ssh/id_rsa':
{"stdout": "", "cmd": "/usr/bin/git ls-remote '' -h refs/heads/release-0.1", "failed": true, "stderr": "Warning: Permanently added the RSA host key for IP address '192.30.252.131' to the list of known hosts.\r\nPermission denied (publickey).\r\nfatal: Could not read from remote repository.\n\nPlease make sure you have the correct access rights\nand the repository exists.\n", "rc": 128, "invocation": {"module_args": {"executable": null, "force": false, "refspec": null, "reference": null, "dest": "/var/www/demo_app/releases/20160122152353", "accept_hostkey": true, "clone": true, "verify_commit": false, "update": true, "ssh_opts": null, "repo": "git@github.com:lucazz/demo_app.git", "track_submodules": false, "depth": 1, "version": "release-0.1", "bare": false, "remote": "origin", "key_file": null, "recursive": true}}, "msg": "Warning: Permanently added the RSA host key for IP address '192.30.252.131' to the list of known hosts.\r\nPermission denied (publickey).\r\nfatal: Could not read from remote repository.\n\nPlease make sure you have the correct access rights\nand the repository exists."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment