我正在使用Linux Mint 19并使用JetBrains。每当我尝试从TFS检出项目时,我的公司都会在内部安装Team Foundation Server 2015 Update 4,我收到此消息:
此计算机上已经为您提供了工作区'SmartGPS_Git'或其他。请尝试再次使用签出存储库不同的唯一目录名称。
在JetBrains WebStorm中配置了TEE CLC工具。
我尝试过
tf workspace /server:http://{TFSServername}:8080/tfs/{CollectionName} /delete “{workspacename};{owner}”
甚至都没用在Windows上,您可以使用Visual Studio删除任何工作区,但是这里没有Visual Studio。
请尝试使用/collection
而不是/ server删除工作区,该命令应类似于:
workspace /delete [/collection:<url>] [<workspacename;[workspaceowner]>]
此外,您可以尝试创建一个新的工作区以查看问题是否仍然存在:
workspace /new [/noprompt] [/template:<value>] [/computer:<value>] [/comment:<value>|@valuefile]
[/collection:<url>] [/location:server|local] [/filetime:current|checkin]
[/permission:Private|PublicLimited|Public] [<workspacename;[workspaceowner]>]