Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在使用 https 中的 Visual Studio 2010 连接到 TFS2010 时遇到了一些问题。
我已经安装了:
但我收到 TFS 31002 错误:
我需要安装其他东西吗?
非常感谢!
问题是计算机与 TFS 服务器在同一个域中,因此传递给 TFS 的凭据是登录的用户的凭据,这些凭据对于连接到 TFS 是无效的。所以我解决了从域中删除计算机的问题,现在正确提示了凭据。