使用代理身份验证连接到 Team Foundation Server (TFS)
昨天我在 Codeplex 中创建了一个新项目。 我创建了从 Visual Studio 到分配给我的 TFS 服务器的连接,并成功上传了我的解决方案。 今天,我尝试再次连接到 Codeplex TFS 服务器以解决该问题。 当我尝试打开它时,出现错误:
Team Foundation 服务器 https://tfs06.codeplex.com/ 不 存在或无法访问 时间。
远程服务器返回错误: (407) 需要代理身份验证。
我正在使用的公司环境确实使用代理身份验证,但这在昨天并不是问题。 关于它为什么起作用以及现在如何使其起作用有什么想法吗?
Yesterday I created a new project in Codeplex. I created a connection from Visual Studio to the TFS server I was assigned and uploaded my solution successfully. Today I'm trying to connect again to the Codeplex TFS server to work on the solution. When I try to open it, I get the error:
Team Foundation Server
https://tfs06.codeplex.com/ does not
exist or is not accessible at this
time.The remote server returned an error:
(407) Proxy Authentication Required.
The corporate environment I'm using does use proxy authentication but this wasn't an issue yesterday. Any ideas on why it worked then and how to make it work now?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您想尝试刷新 Visual Studio 中的起始页(视图、其他窗口、起始页)吗? 听起来很奇怪,但以下论坛帖子表明这可能有效...
http://social.msdn.microsoft.com/Forums/en-US/tfssetup/thread/c46afd34-09ea-4505-a34e-b378cb35138d
Do you want to try refreshing the start page in Visual Studio (View, Other Windows, Start Page)? Sounds bizarre but the following forum post suggest that this might work...
http://social.msdn.microsoft.com/Forums/en-US/tfssetup/thread/c46afd34-09ea-4505-a34e-b378cb35138d
按照 Martin 似乎以某种方式重置了代理身份验证。
然后,通过转到“工具”、“连接到 Team Foundation Server”并从下拉列表中选择服务器,将出现身份验证提示。 转到“文件”、“源代码管理”、“联机”,然后重新连接解决方案。
Visiting the Start Page (under View, Other Windows, Start Page) as recommended by Martin seems to reset the proxy authentication in some way.
An authentication prompt will then appear by going to Tools, Connect to Team Foundation Server, and selecting the server from the dropdown. Going to File, Source Control, Go Online then reconnects the solution.