致命:在 Azure Devops 中找不到 git 存储库(但可以转到 URL)?

Tem*_*ght 6 git azure devops azure-devops

它位于一个新的 azure devops 项目中。我尝试运行 Git Bash:“git clone (url)”,它显示:

remote: TF401019: The Git repository with name or identifier (name) does not exist or you do not have permissions for the operation you are attempting.
fatal: repository (url) not found  
Run Code Online (Sandbox Code Playgroud)

当我尝试在 Visual Studio 代码中克隆时,出现同样的错误。我是项目负责人,所以应该拥有我认为的所有权限吗?另外,致命错误表示未找到 URL。

如果我复制此错误中的网址并粘贴到谷歌中,它可以找到它......这是怎么回事?为什么我无法克隆网址?有谁知道我可以做的解决方案或可能的检查?

Joy*_*ang 0

尝试导航到Organization settings-> Permissions-> Project Collection Administrators-> Members-> Add-> 添加您的用户帐户,并确保同时在Git 配置中设置相同的用户帐户。

在此输入图像描述

在此输入图像描述