wget出现ERROR: certificate common name `www.github.com’ doesn’t match requested host name `raw.githubusercontent.com’
只需在wget命令后增加一个参数即可–no-check-certificate
wget --no-check-certificate url
wget出现ERROR: certificate common name `www.github.com’ doesn’t match requested host name `raw.githubusercontent.com’
只需在wget命令后增加一个参数即可–no-check-certificate
wget --no-check-certificate url
发表评论