本文介绍了无法使用 NuGet 安装包 - 500 内部服务器错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
这对我来说毫无意义.NuGet 之前工作正常,但现在当我尝试安装软件包时它会引发服务器错误.我已经卸载并使用最新版本重新安装了 NuGet,但仍然没有运气.
This makes no sense to me. NuGet was working fine before but now it is throwing a server error when I try to install packages. I've uninstall and reinstall NuGet with the latest, but still no luck.
PM> Install-Package EntityFramework
Install-Package : The remote server returned an error: (500) Internal Server Error.
At line:1 char:16
+ Install-Package <<<< EntityFramework
+ CategoryInfo : NotSpecified: (:) [Install-Package], WebException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
有人见过这样的吗?谢谢.
Has anyone seen anything like this? Thanks.
我指的是 https://nuget.org/api/v2/
似乎是实时的...
I'm pointed at https://nuget.org/api/v2/
which seems to be live...
推荐答案
来自 NuGetTeam (@nuget) 在 Twitter https://twitter.com/#!/nuget
From NuGetTeam (@nuget) on Twitter https://twitter.com/#!/nuget
我们正在调查 NuGet 库服务器上的一个问题.我们将尽快提供更新.对于给您带来的不便,我们深表歉意.
这篇关于无法使用 NuGet 安装包 - 500 内部服务器错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!