Hi everyone!
I try install GrandNode on Ubuntu 18.04 VM using SSH. I'm usign this manual https://grandnode.com/how-to-install-grandnode-on-linux-ubuntu-1604#linux-source-code-installation.
Before all steps work good, but when i do:
...
cd ~/source/grandnode
dotnet restore GrandNode.sln
...
i have error:
/usr/share/dotnet/sdk/3.1.301/NuGet.targets(128,5): error : Unable to load the service index for source https://api.nuget.org/v3/index.json. [/home/lovesc/source/grandnode/GrandNode.sln]
/usr/share/dotnet/sdk/3.1.301/NuGet.targets(128,5): error : The HTTP request to 'GET https://api.nuget.org/v3/index.json' has timed out after 100000ms. [/home/lovesc/source/grandnode/GrandNode.sln]
Please, help.
Ubuntu 18.04, .NET Core SDK 3.1.301, AspNetCore 3.1.5
Error after dotnet restore GrandNode.sln
Monday, November 25, 2024 10:30:37 PM
Hello,
In the case of first problem, it's not related with our app. However, I've noticed that it's a known problem in NuGet, you can check their repo for additional help: https://github.com/NuGet/Home/issues/2657
In the case of first problem, it's not related with our app. However, I've noticed that it's a known problem in NuGet, you can check their repo for additional help: https://github.com/NuGet/Home/issues/2657
Best regards,
Patryk
GrandNode Team
Patryk
GrandNode Team
0