Push to BitBucket from SourceTree

atlassian-sourcetree, bitbucket, git-push

Solution

Make sure you're not adding the SSH key under "Deployment Key" in your Bitbucket repository's settings. What you need to do is add the SSH key under "Manage Account" (Click your Avatar)> "SSH Keys". It's explained here

Problem

I am new with BitBucket and SourceTree and I try to push my Rep. in SourceTree for windows with Git to BitBucket but it gives me this error: ``` conq: repository access denied. access via a deployment key is read-only. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ``` I set a deployment key in BitBucket by my public key and the ssh key agent is running with my private key. I have owner access right. I think I missed a configuration that results in this error, any suggestion?

Original source

Related problems