尝试从 Visual Studio 2019 中的 Azure Devops 克隆存储库时出现此错误:
TF401019: The Git repository with name or identifier X does not exist or you do not have permissions for the operation you are attempting.
Error encountered while cloning the remote repository: Git failed with a fatal error.
我正在使用两个帐户:
- user@domain.com
- 用户@seconddomain.com
user@domain.com 是我在 Visual Studio 中的主要帐户,它可以访问我的仓库,但没有权限。user@seconddomain.com 是 Visual Studio 中的另一个帐户设置,它可以完全访问我的存储库。
当我尝试克隆存储库时,出现上述错误。在 Azure Devops 中,我注意到个人访问令牌是在我的第一个帐户中创建的,而不是在我的第二个帐户中,所以我假设它正在尝试连接错误的帐户。即使我从 Windows 凭据管理器中删除凭据并从 IE 和 Edge 清除缓存,我也从未被要求从 Visual Studio 提供凭据。
有没有办法指定在 Visual Studio 2019 中克隆 Azure Devops 存储库的帐户?
- - 更新
克隆时,我使用 Visual Studio 中的帐户 #2 登录并在 dev.azure.com 下列出存储库
但我得到这个错误:
Remote: TF401019: The Git repository with name or identifier X does not exist or you do not have permissions for the operation you are attempting.
Error encountered while cloning the remote repository: Git failed with a fatal error.
repository 'https://dev.azure.com/X' not found