Hello, I am using Cygwin, with openssh and git. I have followed these directions:
http://github.com/guides/using-git-and-github-for-the-windows-for-newbies and then these: Global setup: Download and install Git git config --global user.email [email protected] Next steps: mkdir ubiquity-command---comicstrip cd ubiquity-command---comicstrip git init touch README git add README git commit -m 'first commit' git remote add origin [email protected]:erikvold/ubiquity-command--- comicstrip.git git push origin master and get this response: $ git push origin master Permission denied (publickey). fatal: The remote end hung up unexpectedly I'm not sure what I did wrong, can anyone help? Thanks, Erik --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GitHub" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/github?hl=en -~----------~----~----~----~------~----~------~--~---
