Hor*_*sho 7 msdn visual-studio visual-studio-2015
我在VS 2015中遇到"登录"功能有问题.输入我的用户名\密码数据后,我得到了
网络连接尝试已超时.这可能是我们的服务或本地网络连接的问题.
但我可以轻松连接到live.com和msdn.com.可能是什么问题?
小智 7
我的解决方案是更改我的Visual Studio代理设置:
C:\ Program Files(x86)\ Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe.config
从:
<system.net>
<settings>
<ipv6 enabled="true"/>
</settings>
</system.net>
至:
<system.net>
<defaultProxy useDefaultCredentials="true" enabled="true">
<proxy usesystemdefault="True" />
</defaultProxy>
<settings>
<ipv6 enabled="true"/>
</settings>
</system.net>
| 归档时间: |
|
| 查看次数: |
5718 次 |
| 最近记录: |