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

标签 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 管理器
  • git config --list --show-origin - 表明我实际上正在使用凭证管理器。
  • 控制面板 -> 用户帐户 -> 凭据管理器 -> 通用凭据 - 更新/更改/删除这些没有任何作用
  • 最佳答案

  • 打开 Internet Explorer 至 https://tfsgit.somedomain.com/Dev/_git/MyRepo/
  • 使用 TFS Git Web 应用程序进行身份验证。
  • 打开命令窗口。重新尝试 git pull
  • 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.
  • 新密码将在凭据管理器中更新。
  • 关于git - Windows 密码已更改,现在我无法访问 TFS GIT 存储库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50917744/

    相关文章:

    ios - Alamofire 使凭证无效

    tfs - 有人有关于 CustomActivitiesAndExtensions.xml 的文档吗?

    java - TFS eclipse 插件无法 checkin 跨项目内多个文件夹的更改

    c# - TFS 和引用的 DLL

    macos - git:尝试将存储库推送到 Mac 上的 Amazon Elastic Beanstalk 时, 'aws.push' 不是 git 命令

    git - 我可以在子模块更新之前忽略子模块内的目录吗?

    sql-server-2005 - 对 SQL Server 进行版本控制?

    git - 在有人将 rebase 或重置推送到已发布的分支后,我如何恢复/重新同步?

    c# - 使用证书以编程方式实现 WCF

    Javascript 登录浏览器弹出窗口