[C#]无法获取源 https://api.nuge t.org/v3-index存储签名信息解决方法

参考网上大部分方法错误,根本不起作用。正确方法是

C:\Users\你的用户名\AppData\Roaming\NuGet找到NuGet.Config打开,看到类似下面信息(可能不一样)



  
    
    
  
  
    
  
  
    
    
  
  
    
    
  
  
    
  

找到关键词 https://api.nuget.org/v3/index.json

在关键词上下行加包裹起来,没有的话就把下面3行放对应位置

    
    
    

最后



  
    
    
    
    
    
    
    
  
  
    
    
  
  
    
  
  
    
    
  

注意:如果你项目里面有Nuget.config同样设置下 

【附录】

添加资源

华为国内镜像
https://repo.huaweicloud.com/repository/nuget/v3/index.json

微软国内镜像
https://nuget.cdn.azure.cn/v3/index.json

腾讯镜像

https://mirrors.cloud.tencent.com/nuget/
Microsoft Visual Studio Offline Packages
C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\

国外nuget.org
https://api.nuget.org/v3/index.json

【参考文献】

[1] https://stackoverflow.com/questions/61380157/doing-a-local-nuget-package-installation-but-getting-the-error-unable-to-get-r

你可能感兴趣的:(环境配置,c#,mysql,数据库)