它在一个新的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
字符集
当我尝试在Visual Studio代码中克隆时,同样的错误。我是项目负责人,所以应该拥有我假设的所有权限?此外,致命错误说URL未找到。
如果我复制这个错误的网址并粘贴到谷歌,它可以找到它.这是怎么回事?为什么我不能克隆网址?有人知道一个解决方案或可能的检查,我可以做吗?
1条答案
按热度按时间ruarlubt1#
尝试导航到
Organization settings
->Permissions
->Project Collection Administrators
->Members
->Add
->添加您的用户帐户,并确保同时在Git Configuration中设置相同的用户帐户。x1c 0d1x的数据
的