如何修复错误 TF30063:您无权访问 VS2017 [英] how to fix Error TF30063: You are not authorized to access VS2017

查看:58
本文介绍了如何修复错误 TF30063:您无权访问 VS2017的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我更改了 TFS 的密码.但是当我尝试重新连接时,我收到了 TF30063 未经授权的错误.

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 could find from this solution and other forums

  • 使用VS浏览器解决这个问题
  • 右键单击连接
  • Windows 10 管理用户帐户编辑甚至删除
  • 从 appdata 中删除了每个 VS 缓存文件
  • 在 VS & 中删除了整个连接试着读一个新的
  • 删除了我所有的 Internet Explorer cookie、密码缓存等.

它们都不起作用...无法弄清楚问题是什么.

None of them work... Can't figure out what the issue is.

PS:它在浏览器中工作.

PS: it works within the browser.

推荐答案

应该是 Visual Studio 2017 凭据缓存令牌问题.您可以尝试以下方法清除缓存:

It should be a Visual Studio 2017 credential cached token issue. You could try below ways to clear cache:

  1. 关闭所有 Visual Studio 实例.

  1. Close all Visual Studio instances.

删除 %LOCALAPPDATA%.IdentityService.

Delete %LOCALAPPDATA%.IdentityService.

其中正在进行一些与身份相关的缓存,删除文件夹将强制身份系统重建其缓存.

There are some identity related caching going on in there, deleting the folder will force the identity system to rebuild its cache.

  • 同时清除 TFS 相关缓存 %LOCALAPPDATA%\Microsoft\Team Foundation\x.0\Cache

以其他用户身份运行 Visual Studio:

Run Visual Studio as another user:

cd C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE

runas/netonly/user:devenv.exe

输入用户密码,然后Team Explorer > Manage Connections

Enter the user password, then Team Explorer > Manage Connections

如果问题仍然存在,还可以看看这个博客 了解更多方法.

If the issue still exists, also take a look at this blog for more ways.

这篇关于如何修复错误 TF30063:您无权访问 VS2017的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆