I am trying to clone a git repository in my bitbucket account, but I get this error message when trying to clone this repo. on the new pc that I installed:
Cloning to 'xxxxx' ... access to the repository is denied. The deployment key is not associated with the requested repository. fatal: Failed to read from remote repository.
Please ensure that you have the correct permissions and a repository exists.
And when I try to add the ssh key for this new machine to the bitpack, I get this error:
Someone has already registered this as a deployment key.
So it looks like I accidentally accidentally registered the ssh key for this machine as a deployment key at some point. How to determine which repo in a bitpack really has this key registered as a deployment (as opposed to regular ssh access)?
Sorry, if this is not sent in an ideal location, I will transfer it to another SO section, if another relevant one.
source
share