I am new to git and when I try to upload my newly created repository to github I get the message:
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
: Any idea what this means?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Did you forget to add your public key to the github project settings? Also check to make sure your private key is in your .ssh directory.
Goto https://github.com/%5Busername here]/[project name here]/edit and make sure your public key is set.
Read this too: http://help.github.com/mac-key-setup/