admin管理员组

文章数量:1122826

I have successfully mapped a local workspace to a remote TFVC Azure DevOps repo.

I would say that I may have a permission problem, although I'm a contributor on this repo. Indeed, when running

tf get

The tool only creates the folder structure on disk. Every http GET on a file returns 401 (Unauthorised).

But, when adding a new file, followed by doing checkin:

tf checkin Trunk/Src/test-tee.txt -comment:"Added a test file"

It works.

So I'm unable to get existing files but I could add new folders and files. What could be the problem?

EDIT 1: I'm using Asure Devops Services and also using

-login olivier.matrot,PAT

on each issued command, but that is not solving my problem.

Without the login option, the command does nothing, with the option, I only get the folder structure.

本文标签: visual studio codeTeam Explorer Everywheretf get only creates the folder structureStack Overflow