有时候使用wget命令下载https开头的文件时报错,这时候就需要加上--no-check-certificate选项来解决问题了。
wget
https
--no-check-certificate
wget --no-check-certificate https://下载文件路径