0
我在安裝在Visual Studio 2017年後續的使用程序包管理器控制檯NuGet包問題,如果錯誤的完整細節:遠程名稱無法解析:api.nuget.org「
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並且所有的都可以運行。我也發現了類似的帖子,但大多數都足夠老了。我甚至試圖重置我的路由器,但仍然是一樣的。
希望有人幫助我。我已經發郵件給他們的支持,但還沒有得到答覆。
通常發生這種情況時,您需要更新您的Nuget版本。您可以通過Visual Studio Extensions來完成此操作。您可能還希望通過以下任一鏈接查看更多信息:https://github.com/NuGet/Home/issues/5358和https://stackoverflow.com/questions/6723574/install-package-the-remote-名稱可能而不是待解決的程序包-的NuGet-組織?RQ = 1 – JasCav