简体   繁体   中英

Unable to see vsts work items in code lens: Unable to determine the team project collection

I'm getting following error:

无法确定团队项目集合。请连接到相应的团队集合并重试

I've double checked that I added my work account to visual studio, which I use also for VSTS access:

与帐户

Why I'm getting this error?

You connected to the local git repository, so there no settings for VSTS.

Regarding TFVC issue:

  1. Remove the GlobalSection(TeamFoundationVersionControl) = preSolution ... EndGlobalSection code from solution file
  2. remove ... (eg SccProjectName) from project file.
  3. Remove .vspscc files. Connect to VSTS git repository: 1. Open Team explorer=>Connection window=>Manage Connections=>Connect to team project=>Select a git repository in a team project=>Click Connect

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM