--2019-01-03 01:50:32-- https://raw.githubusercontent.com/root-project/cling/master/tools/packaging/cpt.py Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.40.133 Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.40.133|:443... connected. ERROR: cannot verify raw.githubusercontent.com's certificate, issued by 'CN=DigiCert SHA2 High Assurance Server CA,OU=www.digicert.com,O=DigiCert Inc,C=US': Unable to locally verify the issuer's authority. To connect to raw.githubusercontent.com insecurely, use `--no-check-certificate'.
此问题,大部分都看到了
--no-check-certificate,然而这个并不是解决问题的根本,这不就是本地访问自己的网址,然后加上了 不安全访问而已
后来找到了,因为ubuntu的性质,证书检查到了另外一个目录下面
ln -s /etc/ssl/certs /usr/lib/ssl/certs
做一层软连接就搞定了
这搜索啊,都是千篇一律的,然道你们的问题就是转发别人的文章吗?