Windows密码已更改,现在我无法访问TFS GIT存储库

时间:2018-06-18 21:30:50

标签: git authentication tfs active-directory

Windows密码已更改,现在我无法访问TFS GIT存储库。

C:\MyRepo>git pull
fatal: Authentication failed for 'https://tfsgit.somedomain.com/Dev/_git/MyRepo/'

注意:

  • 使用git版本2.17.1.windows.2
  • git config --global credential.helper manager
  • git config --list --show-origin - 显示我实际上正在使用凭据管理器。
  • 控制面板 - >用户帐户 - >凭证管理器 - >通用凭据 - 更新/更改/删除这些没有做任何事情

2 个答案:

答案 0 :(得分:1)

  1. 将Internet Explorer打开到https://tfsgit.somedomain.com/Dev/_git/MyRepo/
  2. 使用TFS Git Web应用程序进行身份验证。
  3. 打开命令窗口。重新尝试git pull
  4. 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.

    1. 新密码将在Credential Manager中更新。

答案 1 :(得分:0)

从Windows控制面板中删除您的git凭据(正如每个人的建议一样)

如果cmd仍然不提示您重新输入git凭据。例如

致命:..身份验证失败。

您可以尝试卸载git-windows并选择“无”选项。为了避免使用凭据助手。

Select None for Git-Windows