I am unable to publish my repository on github

Asked

Viewed 132 times

-3

[email protected]: Permission denied (publickey). Fatal: Could not read from remote.

Please make sure you have the correct access Rights and the Repository exists.

is making that mistake

  • Welcome to stackoverflow, could you pass more information? configured your git correctly?

  • yes but now is not giving to publish the repository

  • What exactly are you trying to do? a push?

1 answer

0

For your computer to be able to access your repository and push using SSH for example, it needs to authenticate with github, to do this it needs to have an SSH key that is informed whenever you push for example.

This following link is from Github itself with an article describing all the steps you have to take to create the SSH key, put it into your account and test the connection.

https://help.github.com/en/articles/connecting-to-github-with-ssh

Browser other questions tagged

You are not signed in. Login or sign up in order to post.