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 [email protected]:org/repo.git
Says:
\302\[email protected]: 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 [email protected]
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?