Hi,
after switching to Mojave (10.14.6) I am not able to create something in my GitHub account.
I used SSH with Basic and Sourcetree generated a new SSH key.
I checked that my GitHub account has the PubKey.
I am able to list my private remote repositories from Sourcetree (3.2.1 (225)).
I even can clone my private repositories.
But as soon I want to push s.t. to the repository or create a remote repository it gives the cryptic error message:
message: Not Found
https://developer.github.com/v3/repos/#create
I added the key to the ssh-agent via ssh-add -K ~/.ssh/<mygithubaccount>-GitHub because it was not listed there (ssh-add -l).
But it didn't help.
After checking the authentication with
ssh -vT git@github.com
I get a success message with my GitHub account:
Hi <mygithubaccount>! You've successfully authenticated, but GitHub does not provide shell access.
Seems that a ssh connection is established (private repositories) but I have no permission to write into this GitHub account...
This way Sourcetree is unusable on Mac Mojave :-(
I did use it until now on Mac and Windows and all was running ok.
I activated the debugging mode in Sourcetree and watched the log but no entry.
Just network entries were generated but with no help.
Any help?