Install-Package:无法解析远程名称:“packages.nuget.org”
无缘无故地,我已经收到此错误消息大约一周了;
PM> Install-Package Elmah Install-Package:远程名称无法 已解决:'packages.nuget.org' 在行:1 字符:16 + 安装包<<<<埃尔玛 + 类别信息:未指定:(:) [安装包], Web异常 +完全限定错误ID: System.Net.WebException,NuGet.PowerShell.Commands.InstallPackageCommand
当我导航到浏览器中的链接时,我看到正确的 ODATA Nuget Feed。
检查了 feed 的 fwlink url,它在浏览器上也运行良好;
http://go.microsoft.com/fwlink/?LinkID=206669
我尝试过管理 Nuget 包对话框中,出现同样的错误。
顺便说一句,我的内部 nuget 服务器工作正常。
你能帮我解决这个问题吗?是什么阻止我访问packages.nuget.org?
For no reason, I have been getting this error message for a week or so;
PM> Install-Package Elmah Install-Package : The remote name could not
be resolved: 'packages.nuget.org' At line:1 char:16
+ Install-Package <<<< Elmah
+ CategoryInfo : NotSpecified: (:) [Install-Package],
WebException
+ FullyQualifiedErrorId :
System.Net.WebException,NuGet.PowerShell.Commands.InstallPackageCommand
when I navigate to the link in my browser, I see the proper ODATA Nuget Feed.
Checked the feed's fwlink url, it works fine on the browser as well;
http://go.microsoft.com/fwlink/?LinkID=206669
I tried the Manage Nuget Packages dialog box, the same error there.
BTW, my internal nuget servers works fine.
Can u help me on this? what blocks me to get to packages.nuget.org?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保更新到 NuGet 1.4。我在使用 1.0 时遇到了类似的错误,更新后对我有用。
Make sure that you update to NuGet 1.4. I had a similar error while using 1.0 and updated worked for me.