microsoft / team-explorer-everywhere

Team Explorer Everywhere Plugin for Eclipse
Other
300 stars 96 forks source link

Not able to connect with TFVC from mac terminal #336

Closed anupamhore closed 11 months ago

anupamhore commented 3 years ago

Hi,

I am using Mac catalina. I have my azure devops account. I am trying to push the code from my visual studio code to the Azure Repos. I followed this link for the documentation

https://docs.microsoft.com/en-us/visualstudio/mac/tf-version-control?view=vsmac-2019

But everytime I am trying to connect through the mac terminal, it is giving the following error

“Access denied connecting to TFS server https://visualstudio.domainName.com/ (authenticating as PersonalAccessToken).”

I have also generated the PAT token, I have downloaded the TEE-CLC-14.135.0 and have accepted the terms using the command

tf eula

After that when I try to create a new workspace, it is giving the above error. Any idea how to resolve this.