I have my repo online at bitbucket, I have created the ssh key using:
ssh-keygen
And I've used the resulted key as a deployment key for the online repo. Then, at source-tree I have added the generated key, but when I push the repo, I get this error:
Pushing to git@bitbucket.org:xxxxx/xxxxxx.git
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Completed with errors, see above.
So, what is still missing?