【发布时间】:2016-09-05 08:37:38
【问题描述】:
在公司代理服务器后面,当尝试使用 TFS Power Tools 2015 查看历史记录或浏览器扩展程序的任何操作时,我在连接时收到 “HTTP 代码 407:需要代理授权”到 Visual Studio Team Services 在线 @ xyz.visualstudio.com。
在 VS2015 中遇到了类似的问题,但通过使用默认代理设置解决了这个问题,正如在这个问题的答案中提到的那样 Visual Studio Error: (407: Proxy Authentication Required)
尝试对 TF.exe.config 和 TFPT.EXE.config 应用相同的设置但没有得到任何乐趣,错误仍然出现。任何有关如何解决的提示或提示将不胜感激!
<system.net>
<settings>
<ipv6 enabled="true"/>
<servicePointManager expect100Continue="false" />
</settings>
<defaultProxy useDefaultCredentials="true" enabled="true">
<proxy usesystemdefault="True" />
</defaultProxy>
</system.net>
【问题讨论】:
标签: tfs visual-studio-2015 azure-devops tfs-power-tools