2012-04-12 19 views
5

Questo non ha senso per me. NuGet stava funzionando bene prima, ma ora sta lanciando un errore del server quando provo a installare i pacchetti. Ho disinstallato e reinstallato NuGet con l'ultima, ma ancora senza fortuna.Impossibile installare pacchetti con NuGet - Errore interno server 500

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 

Qualcuno ha visto qualcosa di simile? Grazie.

che sto indicò https://nuget.org/api/v2/ che sembra essere vivo ...

+1

appena ricevuto io stesso! cosa sta succedendo su Nuget? – fregas

+0

Grazie per avermi fatto sapere che almeno non sono io. Strappandomi i capelli qui. – jocull

risposta

3

Da NuGetTeam (@nuget) su Twitter https://twitter.com/#!/nuget

Stiamo indagando un problema sui server NuGet Galleria. Sarà fornire un aggiornamento a breve. Ci scusiamo per il disagio.

2

Riprova, ora funziona qui.

+0

Grazie, è tornato alla vita ora. – jocull

7

Anche a me è successo.

Prova questa:

  1. Run VS in modalità amministratore.
  2. Disinstalla NuGet da Strumenti-> Gestione estensioni (estensioni e aggiornamenti in VS 2015)
  3. Elimina tutto in breve %AppData%\NuGet o full-nome C:\Users\[YourUsername]\AppData\Roaming\NuGet
  4. Reinstallare NuGet
Problemi correlati