how to fix Error TF30063: You are not authorized to access VS2017

前端 未结 6 935
南方客
南方客 2021-01-01 20:01

I changed my password for my TFS. But when I try to reconnect I receive the TF30063 unauthorized error.

There are many issues like this and I tried everything I coul

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-01 20:15

    Based on developer community there is a timing issue during visual studio start up that can cause the Source Control Explorer window to grab and then hang on to an invalid version of the connection to your team project. Details visit developer community.

    https://developercommunity.visualstudio.com/content/problem/93366/tf30063-you-are-not-authorized-to-access-visualstu.html

    Following work around steps help me to resolve the issue

    1. Close all visual studio 2017

    2. Start Visual studio 2017

    3. If you see source control explorer at start up, then close source control explorer and Team explore and close visual studio 2017

    4. Open visual studio 2017, ensure no source control explorer opened at start up

    5. Go to View menu and click on team explorer

    6. Then connect to TFS server.

提交回复
热议问题