我正在使用TFS预览(团队基础服务)与我的Visual Studio 2012项目之一。我的大多数项目都使用本地TFS服务器。当我在使用TFS预览后使用我的本地TFS并返回使用TFS预览时,我得到这个错误:

TF30063:您没有权限访问MyProject\DefaultCollection。

如果我去团队→断开TFS,然后再次连接到TFS预览,我能够看到一个“加载标识符”加载屏幕出现,但最后我不能输入我的凭据到TFS预览(我的微软帐户),因此,TF30063错误仍然发生。

我怀疑这与我的微软帐户(即Live ID)有关。我用我在TFS预览中使用的同一个微软帐户登录到Windows。我曾使用其他微软账号登录过其他网站(Windows Development Center, MSDN等),但我验证了如果我注销了这些服务,并使用正确的微软账号重新登录,当我试图从Visual Studio登录TFS预览时,仍然会得到TF30063错误。


当前回答

我在TFS升级后遇到过这个问题,Visual Studio不知怎么缓存了无效的登录凭据。我找到了两种方法来修复它,首先,使用这个答案,我完全重置Visual Studio,然后重新连接:

点击菜单工具→导入导出设置→重置所有设置→下一步→“不,只是重置设置,覆盖所有当前设置”→下一步→完成。

出于某种奇怪的原因,重置后它连接没有问题(重置后我甚至不需要重新输入我的凭据或重新配置TFS)。

第二种方法更简单。首先关闭Internet Explorer和Visual Studio的所有实例,然后打开Internet Explorer并浏览到TFS,登录,然后再次打开Visual Studio并尝试再次连接到TFS。

其他回答

目前的答案都对我不起作用。我在这里找到了解决办法。

The issue was that my previous credentials were cached by the Windows OS for the TFS server. While some people might have had success wiping out the AppData temp folders, that is not required. You need to update the credentials through Control Panel on the Windows OS. For me on Windows 10: Close VS. Go to Control Panel (with small icon view)-->User Accounts-->Manage your credentials (on the left column)-->Select "Windows Credentials"-->Scroll down to the "Generic Credentials" section and look for your TFS server connection. Expand the pull down and click "Edit". Enter in new network password. Reopen VS and everything should work again.

按Win按钮,然后键入凭据管理器并打开它。 添加通用凭证。 回到团队资源管理器,再次添加服务器。

如果Rizowski关于点击绿色插头连接按钮的回答不起作用,并且您有多个工作空间,那么通过切换到另一个工作空间并返回,问题可能会消失。

TFS预览登录显然使用Internet Explorer,因此可能与您正在使用的其他MS帐户冲突。完全清空IE缓存似乎对我有用。在缓存清理之后,我进入正确的登录屏幕,并可以根据需要输入我的凭据。

从团队菜单下的团队喷泉服务器断开连接,并从团队资源管理器窗口下的连接选项卡重新连接