I'm new to BitBucket and SourceTree, and I'm trying to push my contributor 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 the deployment key on BitBucket with my public key, and the ssh key agent works with my private key. I have owner rights. I think I skipped the configuration that leads to this error, any suggestion?
source
share