转自: https://stackoverflow.com/questions/31782090/remove-saved-credentials-from-tortoisegit
===================================Ask=================================
My credentials are saved in TortoiseGit (using Wincred) but my password changed.
The only way for me to pull from the repository now is to remove the Credential Helper.
How can I simply change the password?
Alternately, can I remove my credentials and save my new ones?
==========================Answer========================
Normally the invalid credentials should be purged automatically (after one unsuccessful authentication attempt).
Go to Control Panel\User Accounts and Family Safety\Credential Manager
, there all saved credentials should be listed (prefixed with git:
).
For ways to also remove saved credentials on other OS, seehttps://stackoverflow.com/a/39944557/3906760.