git@bitbucket.org: Permission denied (publickey).
fatal: Could not read from remote repository.
I am running MacOS 10.13.4
Does Sourcetree need Bitbucket? Bitbucket does not support Macs if I am correct.
I generate a new key but cannot find a way to paste it into Sourcetree
Please check if the ssh-agent has your keys loaded. If not, please add them to the agent.
Run below commands in terminal to do so,
To check if keys are loaded:
ssh-add -l
To add keys to agent:
ssh-add <path_to_key>
more like,
ssh-add ~/.ssh/id_rsa
Key in the passphrase used while generating the ssh key and you should be good to go.
The reason for this can be found here - https://developer.apple.com/library/content/technotes/tn2449/_index.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.