I am trying to restore packages for my .Net core solution from private proget server maintained by my organization using vpn. But it is not completing for last 7days due to some unknown network issues. I have tried with clearing the nuget cache, running nuget restore
, dotnet restore
and build solution. All came with same output.
The nuget package restore starts successfully, it downloads many packages, and then it fails with some random package. Some of the error logs that I have received are:
The nuget restore is working successfully for other devs. If it weren't, I could have concluded that it is an issue with the proget server. But now, I cannot decide whether it is an issue with my Visual studio 19, nuget config or system network. The url https://proget.xxx.net/ is opening successfully in my browser.
Any troubleshooting tips/logs to dig deep into the issue, or fixes are welcome.
The issue might be with your nuget package source configuration.
Check NuGet Package Sources: