Since my last token for github authentication expired, git on windows prompt me that the username and password are invalid (Which is correct)
Only problem is, whatever I do, I cannot reset, change or remove them. I tried changing them in Credential Manager (Control Pannel > Credential Manager) I tried removing all entries corresponding to git or github, tried removing the credential helper (git config --unset credential.helper
) on all level (--global
, --local
, etc.) But still nothing work.
The only way I can possibly push or pull changes at the moment is by using the git commands trough WSL2, which does prompt me for user and password(token that I have to either save somewhere or create a new one each time from GH)
I am out of idea and I cannot seem to find any other lead for a solution.