我在使用Visual Studio 2017中的程序包管理器控制台安装Nuget程序包时遇到问题。如果错误的完整详细信息如下:
install-package : Unable to load the service index for source https://api.nuget.org/v3/index.json.
An error occurred while sending the request.
The remote name could not be resolved: 'api.nuget.org'
At line:1 char:1
+ install-package selenium.webdriver -version 3.0.0
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], Exception
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
我已经检查了每个Nuget服务器here的状态,并且所有服务器都可以运行。我也发现了类似的帖子,但大多数都足够老了。我甚至试图重置我的路由器,但仍然是相同的。
希望有人帮助我。我已经通过电子邮件发送了他们的支持但尚未收到回复。
答案 0 :(得分:1)
前段时间我遇到过这个问题,但我仍然希望发布帮助他人的理由。似乎错误的细节是正确的:
The remote name could not be resolved: 'api.nuget.org'
我刚刚发现第二天我的互联网服务提供商遇到了问题。我前几天尝试再次安装该软件包,无需进行任何调整即可正常工作。