Hi I'm following Hartl's RoR tutorial and when trying to push my first_app directories to Git, I get the following error:
haseebjaved$ git push -u origin master
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
I'm on XCode 4.1, Ruby 1.9.2, Rails 3.0.11.
Same error when I omit the '-u' from the command.
Thank you for your help.