I am working through the "Try Git" tutorial.
When I get to the chapter "1.11 Pushing Remotely", and try to run:
$ git push -u orgin master
I get this error:
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
Any ideas?