Hey people,
I created my own repos. in github. I was able to commit and push and pull via Sourcetree just fine.
I discovered Visual Studio Code can also push changes for me. For that I had to enter a token. I created that token n Github and VSC is working just fine.
I still want to push via SourceTree though. But everytime I get the following message
git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks push -v --tags origin master:master
fatal: credential-cache unavailable; no unix socket support
remote: Password authentication is temporarily disabled as part of a brownout. Please use a personal access token instead.
remote: Please see https://github.blog/2020-07-30-token-authentication-requirements-for-api-and-git-operations/ for more information.
fatal: unable to access 'https://github.com/kellerSepp/karriereTutorHTMLCSS.git/': The requested URL returned error: 403
Pushing to https://github.com/kellerSepp/karriereTutorHTMLCSS.git
Completed with errors, see above.
I sort of get it has to do something with the token. So I checked Tools->Options->Authentification and edited the git account entry:
I tried HTTPS & SSH ... Credentials :OAuth -> refresh OAuth Token
I see the green check for "Authentification ok" but I still can't push.
I am trying to solve this problem for 2.5 h...
can someone maybe please help me?
thank you