I'm using Git Bash in Windows 10. When I tried to clone repository using HTTPS, it asked me password once and then failed with "authentification failed" each time. Seems like it saved wrong password, but I can't make git ask my password again.
credential.helper=manager is system-level setting, so I can't edit it since I have no admin rights (also I can't open credentials manager).
This didn't work:
git config --global credential.helper wincred
git config --global credential.helper store