Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

SourceTree Unable to Push to BitBucket

davidoshiro April 26, 2017

Not sure what happened, but I am now unable to push git changes to BitBucket. I have not changed any settings or public keys. I see my public key listed in BitBucket and it matches what I have in SourceTree.

This is the error I am getting:

git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree push -v --tags archeryscorekeeper refs/heads/master:refs/heads/master

Pushing to ssh://git@bitbucket.org/davidoshiro/archeryscorekeeper.git

Permission denied (publickey).

fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists.

 

1 answer

1 vote
Ana Retamal
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 2, 2017

Hi David, are you also getting this issue when pushing from the command line?

If you do, it could be that Bitbucket could not authenticate you with the key that was offered by your SSH agent. You can run this command from your terminal and see which username is attempting to connect to Bitbucket:

ssh -Tv git@bitbucket.org

You can also run this command to see which key is your SSH agent currently offering:

ssh-add -L

Note that with ssh-agent management Bitbucket uses the first key in the list. 

If you're not having any problems when using the command line, please let us know which SourceTree version do you have and which OS so we can continue helping you with this.

Regards,

Ana

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events