I'm on Debian 9, from today i get the following warning:
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/xxx/xxx/': The requested URL returned error: 403
So i created a personal access token in the github website.
I have saved credentials with git config --global credential.helper store and git config credential.helper store.
But when i use for example the git push command, i get the same error as before.
How can i update my global and project credentials to use my token?
Thanks a lot.