我正在运行dotnet core 2.2。我想设置一个代理,因为在运行dotnet restore时收到此消息。
gradle build
每发表一则该命令就可以。
NuGet.targets(114,5): error : A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond [C:\Projects\FarrisCosting\Projects.csproj]
我希望使用dotnet核心约定
dotnet nuget config -set,但这似乎不可用。我在想我需要直接从SDK运行nuget而无需封装?