Error TF30063: You are not authorized to access … \DefaultCollection

前端 未结 30 1100
逝去的感伤
逝去的感伤 2020-11-29 15:41

I\'m using TFS Preview (Team Foundation Service) with one of my projects with Visual Studio 2012. I\'m also using an on-premises TFS server with most of my projects. When I

30条回答
  •  离开以前
    2020-11-29 16:24

    Check the information in registry : HKEY_CURRENT_USER\SOFTWARE\Microsoft\VSCommon\Keychain\Accounts and delete the related keys under Accounts section.

    Clear the cache in these paths:

    • %localappdata%\Microsoft\TeamTest

    • %localappdata%\Microsoft\Team Foundation

    • %localappdata%\Microsoft\VisualStudio

    • %appdata%\Roaming\Microsoft\VisualStudio

    Hope this will work.

    Note: By doing this may clear all the cookies and caches and load the Visual Studio New.

提交回复
热议问题