2015-08-12 13 views
6

Sto provando a eseguire i campioni da https://github.com/aspnet/home.
Ma ho problemi ad aggiornare i riferimenti. Il ripristino è molto lento e non riesce per alcuni pacchetti:Il ripristino DNU offre un sacco di "Timeout della richiesta HTTP"

GET http://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='Microsoft.Framework.Configuration.EnvironmentVariables' 
Warning: FindPackagesById: Microsoft.Framework.Configuration.EnvironmentVariables 
    HTTP request timed out. Retrying. 
    GET http://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Framework.Configuration.EnvironmentVariables' 
Warning: FindPackagesById: Microsoft.Framework.Configuration.Ini 
    HTTP request timed out. Retrying. 
    GET http://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='Microsoft.Framework.Configuration.Ini' 
Warning: FindPackagesById: Microsoft.Framework.Configuration.Ini 
    HTTP request timed out. Retrying. 
    GET http://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Framework.Configuration.Ini' 
Warning: FindPackagesById: Microsoft.Framework.Logging 
    HTTP request timed out. Retrying. 
    GET http://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='Microsoft.Framework.Logging' 
Warning: FindPackagesById: Microsoft.Framework.Logging 
    HTTP request timed out. Retrying. 
    GET http://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Framework.Logging' 
Warning: FindPackagesById: Newtonsoft.Json 
    HTTP request timed out. Retrying. 
    GET http://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?id='Newtonsoft.Json' 
Warning: FindPackagesById: Newtonsoft.Json 
    HTTP request timed out. Retrying. 
    GET http://www.nuget.org/api/v2/FindPackagesById()?id='Newtonsoft.Json' 
Error: FindPackagesById: Microsoft.AspNet.Mvc.Razor 
    HTTP request timed out. Exiting. 

Ho provato con diversi URL utilizzando NuGet, myget, http, https.
Ho controllato la mia connessione internet. C'è un related issue in the dnx repo, ma non è stato d'aiuto.
Qualche soluzione alternativa da provare?

Sto usando mono 4.0.3.20 su CentOS.

+0

Questo è un problema noto. Puoi dare un'occhiata a questo problema e una soluzione menzionata in quella discussione. https://github.com/aspnet/dnx/issues/1590 –

risposta

Problemi correlati