-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to build (timeout when restoring) #33294
Comments
I couldn't add an area label to this Issue. Checkout this page to find out which area owner to ping, or please add exactly one area label to help train me in the future. |
Also happens in a Ubuntu 19.10 release, with same symptoms: NuGet times out while fetching that JSON, but it's fine if obtained with Curl. |
On Ubuntu 18.04 this seems to work just fine. (Might be related to something else, as I've also switched from running things inside VirtualBox to Docker for Mac.) |
Moving to NuGet. |
Closing in favor of NuGet/Home#9785 |
Hi @ViktorHofer But ArchLinux is still able to reproduce this issue. Thanks, |
I'm trying to build on a newly-installed Fedora 31 machine. Dependencies have been installed according to the documentation, but I'm getting a timeout when
build.sh
tries to restore.(I've temporarily changed some shell scripts in
eng/
to execute with bash tracing, plus force msbuild to be called withdiag
verbosity. Can send the full log.)It doesn't seem to be a network issue. Accessing that URL from the command line with something like Curl works just fine and returns me the expected JSON data.
This is unrelated to #2199.
master
is at 2018c79.The text was updated successfully, but these errors were encountered: