Skip to content

Instantly share code, notes, and snippets.

@philhawksworth
Created March 19, 2009 09:35
Show Gist options
  • Save philhawksworth/81676 to your computer and use it in GitHub Desktop.
Save philhawksworth/81676 to your computer and use it in GitHub Desktop.
BigPooter:jqwiki Phil$ git remote add origin [email protected]:philhawksworth/jqwiki.git
BigPooter:jqwiki Phil$ git push origin master
The authenticity of host 'github.com (65.74.177.129)' can't be established.
RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'github.com,65.74.177.129' (RSA) to the list of known hosts.
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
BigPooter:jqwiki Phil$ git config --global user.name "Phil Hawksworth"
BigPooter:jqwiki Phil$ git config --global user.email "[email protected]"
BigPooter:jqwiki Phil$ git push origin master
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment