c# - Team Foundation Server - 文件不显示在源代码管理资源管理器中

标签 c# visual-studio tfs azure-devops

我目前正在和另外两个成员一起做一个学校项目。我们将 Team Foundation Server 与 Visual Studio 结合使用来共享项目和进行协作。

我已将项目添加到源代码管理(文件 > 添加到源代码管理 > 选择 Team Foundation 版本控制 > 选择团队项目位置)并 checkin 所有更改。

有趣的是,虽然我的组员能够连接到服务器并配置工作区映射,但源代码管理资源管理器对他们来说是空的。然而,我的显示了相应的文件和文件夹(见下图)

Source Control Explorer on my side. On my groupmates' machines, Source Control Explorer is empty. All it shows is "beitrik.visualstudio.com\DefaultCollection" under the "Folders" section.

有什么办法可以解决这个问题吗?右键单击“beitrik.visualstudio.com\DefaultCollection”并选择“获取最新版本”也不起作用,因为生成的消息将是“所有文件都是最新的”。

谢谢!

最佳答案

正如 Daniel Mann 提到的,另外两名成员正在作为 stakeholder 工作不能为代码做出贡献。

As a stakeholder, you can:

  • View, add, and modify items on the backlog
  • View, create, and modify work items such as stories, features, and bugs
  • View, create, and save queries
  • View team dashboards and portfolio backlogs
  • Create and receive alerts when changes are made to work items
  • Submit, view, and change your feedback responses.

您可以使用 Basic Access 拥有 5 个免费用户这可以为代码做出贡献。通过以下步骤配置它:

  1. 从门户网站打开您的 VSTS 帐户。
  2. 选择“用户”面板。

您可以在此选项卡上添加或编辑用户,将访问级别更改为“基本”将授予对代码的访问权限。

有关详细信息,请参阅此链接:Manage users and their access levels in your Visual Studio Team Services account enter image description here

关于c# - Team Foundation Server - 文件不显示在源代码管理资源管理器中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35526873/

相关文章:

C# - 你能通过数字值调用枚举吗?

c# - 获取和处理 MVC 中输入的数据 - 简单

visual-studio - 无法在没有互联网的计算机上更新 Visual Studio 2019?

eclipse - 将 CMake/Visual Studio 项目移植到 Eclipse

visual-studio - Visual Studio 2013 和 TFS 2013 中更改代码的代码覆盖率

c# - 异步任务挂起

c# - 如何从 Asp.Net Core Controller 返回嵌入式静态 html 文件?

c# - 片段在 VS2015 中插入额外的换行符

错误; RPC失败;结果=22,HTTP 代码=401

testing - tfs 2012中的测试影响分析