关于 eclipse:Can’t clone TFS Git Repository using Team Explorer

Can't clone TFS Git Repository using Team Explorer

我无法使用 Team Explorer Everywhere 将 TFS Git 存储库克隆到 Eclipse Photon Release (4.8.0)。
尝试时发生错误

1
2
Error cloning the **Project Name** repository.
**url clone**: not authorized

我检查了存储库的权限,我似乎看到我有读取权限。

我具体应该拥有哪些权限?

我也尝试通过文件 -> 导入 -> Team Foundation Server 中的项目导入它,但项目为空。


What permissions should I have specifically?

在 TFS(Azure DevOps 服务器)中,各个存储库从顶级 Git 存储库条目继承权限。分支从存储库级别的分配继承权限子集。有关分支权限和策略,请参阅设置分支权限和使用分支策略提高代码质量。

enter

请仔细检查您是否在其他可能导致此问题的组(作为其成员)中被拒绝。

一种缩小与权限或任何其他事项(例如团队资源管理器)相关的问题的方法。您可以改用 git 命令行,尝试使用 git 命令行直接从 TFS 存储库 git 克隆文件。看看这是否适用于您。