When attempting to clone this repo onto a Linux machine I get the following error:
"Cloning into '/{repo_name}'...
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists."
But, when I run the command "$ssh -T git@bitbucket.org", I get the following output:
"authenticated via ssh key.
You can use git to connect to Bitbucket. Shell access is disabled"
The ssh agent is running, the private key is added to the agent. Any help would be much appreciated, I am stuck on this and have been for several days. Thanks in advance!
I'm sure you have, but did you by chance try these common issues and fixes here? https://confluence.atlassian.com/bbkb/permission-denied-publickey-302811860.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.