TortoiseGit asking password after it was changed

大兔子大兔子 提交于 2019-12-12 01:45:43

问题


We are using git from TFS server. Access to the git is granted via Active Directory.

As I installed TortoiseGit everything was fine and it never asked my credential. It always used my Windows user data for credential.

In one moment I changed my Windows password. After this TortoiseGit is asking my credential every time. How can I fix this?

I'm using TortoiseGit 1.8.14.0. In Git/Credential selected "wincred - current Windows user". SSH client: TortoiseGitPLink.exe.


回答1:


Invalid credentials should be purged automatically after one unsuccessful authentication attempt.

To manually reset saved credentials, go to Control Panel\User Accounts and Family Safety\Credential Manager, there all saved credentials should be listed (prefixed with git:).



来源:https://stackoverflow.com/questions/35645177/tortoisegit-asking-password-after-it-was-changed

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!