Error pushing gitbash

2

You are showing the following error in the git bash console:

$ git push -u origin master
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.

Can anyone tell me why?

    
asked by anonymous 22.03.2018 / 19:28

1 answer

2

This error message may have different causes . I'll list some, which you need to check out:

24.07.2018 / 22:53