--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
做一層軟連接就搞定了
這搜索啊,都是千篇一律的,然道你們的問題就是轉發別人的文章嗎?