Unable to see vsts work items in code lens: 无法确定团队项目集合
Unable to see vsts work items in code lens: Unable to determine the team project collection
我收到以下错误:
我仔细检查了我的工作帐户是否已添加到 visual studio,我也将其用于 VSTS 访问:
为什么会出现此错误?
您已连接到本地 git 存储库,因此没有针对 VSTS 的设置。
关于 TFVC 问题:
- 从解决方案文件中删除 GlobalSection(TeamFoundationVersionControl) = preSolution ... EndGlobalSection 代码
- 从项目文件中删除...(例如 SccProjectName)。
- 删除 .vspscc 文件。连接到 VSTS git 存储库: 1. 打开 Team explorer=>Connection window=>Manage Connections=>Connect to team project=>Select a git repository in a team项目=>点击连接
我收到以下错误:
我仔细检查了我的工作帐户是否已添加到 visual studio,我也将其用于 VSTS 访问:
为什么会出现此错误?
您已连接到本地 git 存储库,因此没有针对 VSTS 的设置。
关于 TFVC 问题:
- 从解决方案文件中删除 GlobalSection(TeamFoundationVersionControl) = preSolution ... EndGlobalSection 代码
- 从项目文件中删除...(例如 SccProjectName)。
- 删除 .vspscc 文件。连接到 VSTS git 存储库: 1. 打开 Team explorer=>Connection window=>Manage Connections=>Connect to team project=>Select a git repository in a team项目=>点击连接