gpt4 book ai didi

visual-studio-2017 - 无法在 VS2017 中加载源 https ://api. nuget.org/v3/index.json 的服务索引?

转载 作者:行者123 更新时间:2023-12-03 20:17:41 33 4
gpt4 key购买 nike

我收到此错误:

[nuget.org] Unable to load the service index for sourcehttps://api.nuget.org/v3/index.json. An error occurred while sendingthe request. Unable to connect to the remote server A connectionattempt failed because the connected party did not properly respondafter a period of time, or established connection failed becauseconnected host has failed to respond 185.82.212.95:8080

最佳答案

我在 VS 2017 中遇到了同样的问题。您需要为 VS 启用代理设置,以便它可以使用现有的 IE 代理访问互联网。这对于使用办公室笔记本电脑和代理设置由组策略管理并且 IE 设置自动更新的用户特别有用。如果 VS IDE 本身有一个选项可以像 Eclipse IDE 一样添加代理,那就太好了。

解决方案

  • 转到您的 Visual Studio 安装位置,如下所示 -

  • C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE


  • 开通 devenv.exe.config 文件作为管理员。

  • 添加 defaultProxy 标签如下,在现有的 system.net 标签中 -

    <system.net>
    <defaultProxy enabled="true" useDefaultCredentials="true">
    <proxy usesystemdefault="true" bypassonlocal="true" />
    </defaultProxy>
    <settings>
    <ipv6 enabled="true"/>
    </settings>
    </system.net>
  • 重启VS。
  • 关于visual-studio-2017 - 无法在 VS2017 中加载源 https ://api. nuget.org/v3/index.json 的服务索引?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46500032/

    33 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com