2015-08-12 7 views
6

Ich versuche, die Beispiele von https://github.com/aspnet/home ausführen.
Aber ich habe Probleme beim Aktualisieren der Referenzen. Die Wiederherstellung ist sehr langsam und nicht für einige Pakete:DNU Restore gibt viele "HTTP-Anforderung abgelaufen"

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. 

ich mit verschiedenen URLs versucht nuget verwenden, myget, http, https.
Ich habe meine Internetverbindung überprüft. Es gibt eine related issue in the dnx repo, aber es hat nicht geholfen.
Jede Problemumgehung zu versuchen?

Ich verwende Mono 4.0.3.20 auf CentOS. Hier

+0

Dies ist ein bekanntes Problem. Sie können sich dieses Problem und eine in diesem Thread erwähnte Problemumgehung ansehen. https://github.com/aspnet/dnx/issues/1590 –

Antwort