无法连接到nuget包源

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了无法连接到nuget包源相关的知识,希望对你有一定的参考价值。

我的计算机上有2个版本的Visual Studio(2013和2015),因为我安装了VS2013,所以它无法连接到任何nuget.org包源。

  1. 我没有通过代理连接到互联网。
  2. 我试图清理nuget缓存并在两个版本的visual studio中重新安装nuget包管理器。

C:用户{用户} 应用程序数据漫游的NuGet nuget.Config:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <activePackageSource>
       <add key="nuget.org" value="https://www.nuget.org/api/v2/" />
    </activePackageSource>
    <packageSources>
        <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
  </packageSources>
</configuration>

当我尝试恢复或安装任何软件包时,VS会继续加载,几分钟后消息为:

使用VS2015:

[nuget.org]无法加载源https://api.nuget.org/v3/index.json的服务索引。发送请求时出错。无法连接到远程服务器。

连接尝试期间发生错误,因为连接方在一段时间后没有正确响应,或者由于连接的主机无法响应而建立的连接发生错误10.115.8.100:8080

使用VS2013:

无法连接到远程服务器

答案

请检查它是否在VS IDE中有nuget.org软件包源代码,如果没有,可以将其添加回来。

参考:

VS2015 nuget package manager not finding packages

enter image description here

还请确保您使用最新的更新和NuGet版本:

enter image description here

以上是关于无法连接到nuget包源的主要内容,如果未能解决你的问题,请参考以下文章

错误NuGet包google翻译API

vs中删除nuget包

无法从我的应用程序连接到IMS apn

VS2013 蛋疼的“AJAX Control Toolkit”安装过程

nuget挂了吗?

BarTender无法连接到数据库?原来是微软补丁包捣的鬼