1 wget https://www.dropbox.com
ERROR: The certificate of `www.dropbox.com' is not trusted.
ERROR: The certificate of `www.dropbox.com' hasn't got a known issuer.
两种解决办法:
第一,--no-check-certificate
第二,sudo apt-get install ca-certificates
1 wget https://www.dropbox.com
ERROR: The certificate of `www.dropbox.com' is not trusted.
ERROR: The certificate of `www.dropbox.com' hasn't got a known issuer.
两种解决办法:
第一,--no-check-certificate
第二,sudo apt-get install ca-certificates
转载于:https://www.cnblogs.com/hustdc/p/7850465.html