Created
March 19, 2009 09:35
-
-
Save philhawksworth/81676 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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