Every couple of days, when I want to push updates to Bitbucket via Sourcetree, I get a "Could not read from remote repository." error.
To solve that I deed to delete my ssh key form my computer (Mac Pro) and my Bitbucket account and create a new one. Then I can push to remote until I try again a couple of days later. Then I have to replace the ssh keys again.
This started after I updated the Sourcetree app which is on Version3.2.1 (225) now and seems to be the current version.
Hi @[deleted] ,
It could be an issue where the ssh agent used by Sourcetree does not have the SSH key stored. Perhaps, you could attempt on:
ssh-add -K ~/.ssh/<git_key_name>
# provide the location where the SSH key
Kind regards,
Rafael
I have been working on my project so I needed to to a push to Bitbucket again. I did what you suggested first and the push worked as expected again. Thanks, @Rafael Pinto Sperafico !
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hm, I would say it's problem source tree,
Could you check error logs for source tree ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.