zoukankan      html  css  js  c++  java
  • source 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired

    dotnet restore的时候出现证书错误

    source 'https://api.nuget.org/v3/index.json': The author primary signature validity period has expired

    Debian系的系统解决方案:

    echo "deb http://deb.debian.org/debian bullseye main" >> /etc/apt/sources.list
    apt update
    apt install -y --no-install-recommends ca-certificates
    
    "随笔"类型下的内容为原创,转载请注明来源. http://www.cnblogs.com/DragonStart/
  • 相关阅读:
    Milk Patterns POJ
    Musical Theme POJ
    iOS
    iOS
    iOS
    iOS
    iOS
    iOS
    runloop
    OC -网络请求
  • 原文地址:https://www.cnblogs.com/DragonStart/p/14468592.html
Copyright © 2011-2022 走看看