Struggling to understand why git wont let me clone?
I am trying to clone via SSH, the key is added to my github but its failing?
git clone git@github.com:org/repo.git
Says:
\302\226git@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.
Testing via:
ssh -T git@github.com
Gives
Hi ...! You've successfully authenticated, but GitHub does not provide shell access.
My ssh key is saved in C:\Users\admin\.ssh\id_rsa.pub and has been added?