“Permission denied (publickey)” when accessing Github
I received the following message when accessing my Git repo: git clone git@github.com:patelc75/gitrepo.git Initialized empty Git repository in /home/webuser/.ssh/gitrepo/.git/ Permission denied (publickey). fatal: The remote end hung up unexpectedly Then I did the following to debug Use SSH With Verbose Output To Debug: bash ssh -v git@github.com And found out the permissions of the ssh…