-1

When I try and push some code to github got this error:

git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
pypDeveloper
  • 43
  • 2
  • 9
  • 1
    Does this answer your question? [GitHub Error Message - Permission denied (publickey)](https://stackoverflow.com/questions/12940626/github-error-message-permission-denied-publickey) – SwissCodeMen Jan 08 '21 at 11:51

1 Answers1

-1

This problem means that the ssh key is not found in the local. To solve this problem you can use https url.

  • 1
    Please add also a solution to your answer.If you have just have hints to the problem in the answer, you can leave them in the comments section. – SwissCodeMen Jan 08 '21 at 11:50