Windows密码更改了,现在我无法访问TFS GIT存储库。
C:\MyRepo>git pull
fatal: Authentication failed for 'https://tfsgit.somedomain.com/Dev/_git/MyRepo/'注意:
发布于 2018-06-18 21:35:28
C:\MyRepo>git pull remote: Microsoft (R) Visual Studio (R) Team Foundation Server remote: Found 1661 objects to send. (315 ms) Receiving objects: 100% (1661/1661), 100.94 MiB | 470.00 KiB/s, done. Resolving deltas: 100% (783/783), completed with 388 local objects.
发布于 2020-09-29 10:53:27
从Windows控制面板中删除git凭据(正如每个人所建议的那样)
如果cmd仍然没有提示您重新输入git凭据。e.g
致命:身份验证失败.
您可以尝试卸载您的git窗口,并选择“无”选项。若要避免使用凭据助手,请执行以下操作。
https://stackoverflow.com/questions/50917744
复制相似问题