Following problem: When I commit things, I can't push them by clicking on the GUI push button I get this error message:
git -c diff.mnemonicprefix=false -c core.quotepath=false push -v --tags origin master:master Pushing to ssh://xxxxx@git.mydomain.de/srv/git/MyFolder/MyProject.git
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
When I copy the EXACT same command from this error message and klick on the "Terminal" button and paste it there, it works like expected, without any errors.
What I'm doing wrong?
I guess SourceTree can not read from the remote repository because it can not authenticate you.
Make sure that SourceTree can access your ssh key. You can use pagent to do that.