I am facing a problem with git, no matter which command i execute i get the following 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.
By trying ssh -vT git@github.com
:
Hi emaborsa! You've successfully authenticated, but GitHub does not provide shell access.debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
I am working on windows 10, in the WSL the same settings work.
I already read this. I already created a new ssh-key, added it to my ssh keys on github, did not help.
I cannot checkout any github repo using ssh, always the same error.
I updated git to the last version.
Until yesterday it worked fine. The same for my collegues.