Unable to load the service index for source https://api.nuget.org/v3/index.json in VS2017?

前端 未结 8 1938
没有蜡笔的小新
没有蜡笔的小新 2020-12-03 03:27

I am getting This error:

[nuget.org] Unable to load the service index for source https://api.nuget.org/v3/index.json. An error occurred while send

8条回答
  •  借酒劲吻你
    2020-12-03 03:48

    download nupkg from https://www.nuget.org/

    execute below command in cmd

    dotnet new -i c:\some-folder\some-package.nupkg

    Awesome Thanks to https://stackoverflow.com/a/62777292/14068039

提交回复
热议问题