Git 扩展存储了错误的凭据
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/51436934/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Git Extensions stored wrong credentials
提问by MikroDel
My username and password were stored somewhere in internals of Git Extensions. After some time it was necessary to give username and password again and I gave wrong pass many times.
我的用户名和密码存储在 Git 扩展内部的某个地方。一段时间后,需要再次提供用户名和密码,我多次提供错误的通行证。
Now if I want to pull something etc. I receive fatal: Authentication failed
. I cannot give new password, it seems to be stored and I don't know how to change it.
现在,如果我想拉一些东西等等。我收到fatal: Authentication failed
. 我无法提供新密码,它似乎已存储,但我不知道如何更改它。
Is it possible to delete the old credentials?
是否可以删除旧凭据?
I have 2.51.04 version. I have uninstalled it and install again and it doesnt help me.
我有 2.51.04 版本。我已经卸载它并重新安装,它对我没有帮助。
回答by Philippe
GitExtensions don't store any passwords.
GitExtensions 不存储任何密码。
They are stored by git. More exactly by "git credential manager" that store them inside windows.
它们由 git 存储。更确切地说,是通过将它们存储在 Windows 中的“git 凭证管理器”。
Search for Credential manager
in the start menu and you should find it. Otherwise, it should be in: control panel
=> User
=> Credential manager
Credential manager
在开始菜单中搜索,您应该会找到它。否则,它应该在:control panel
=> User
=>Credential manager
Then select the tab Windows credential
and you will see keys named like git:xxxx
.
然后选择选项卡Windows credential
,您将看到名为git:xxxx
.
Detailed steps in this answer : https://stackoverflow.com/a/39608906/717372
此答案中的详细步骤:https: //stackoverflow.com/a/39608906/717372