nuget.org 无法加载源 https://api.nuget.org/v3/index.json 的服务索引

今天添加新项目想添加几个工具包,打开NuGet就这样了  发生错误如下:

[nuget.org] 无法加载源 https://api.nuget.org/v3/index.json 的服务索引。
响应状态代码不指示成功: 503 (Service Unavailable)。

解决办法:添加一个新的源,Nuget.org取消勾选

在新源中添加地址:

https://www.nuget.org/api/v2/
确定就可以了
原文地址:https://www.cnblogs.com/shapaozi/p/7764469.html