Ask Your Question
3

What is the meaning of "Permission denied (publickey)" error when trying to access git@github.com account?

asked 2021-10-23 11:00:00 +0000

scrum gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2022-06-08 05:00:00 +0000

ladyg gravatar image

The "Permission denied (publickey)" error occurs when you are trying to access a remote git repository (in this case, GitHub) using SSH, and your public key is not authorized to access the repository. This means that either the public key is not registered with the account, or the account does not have permission to access the repository. To resolve the issue, you need to check if you have added the correct public key to your GitHub account, and that you have the necessary permissions to access the repository.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-10-23 11:00:00 +0000

Seen: 12 times

Last updated: Jun 08 '22