I cloned a repository with the clone command successfully. BUT, I tried to push after commit and I get this error.
$ git push git@github.com:taraloca/QuitIt.git
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
Any ideas?
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.
If it’s a public repo, anyone can clone, however a key is required to push. This key provides authentication, and tells Github that you are allowed to push to that repo.
Instructions located here http://help.github.com/msysgit-key-setup/