Linux访问https报错

今天用Linux(CentOS)拉Git仓库时,报了个错unable to access 'https://github.com/Wind4/vlmcsd.git/': SSL connect error,去谷歌查了下资料才知道,是curl软件太旧有bug造成的,需要运行命令升级下

yum update -y nss curl libcurl


参考资料: [Github unable to access SSL connect error](https://stackoverflow.com/questions/48938385/github-unable-to-access-ssl-connect-error)
posted @ 2018-11-11 20:14  爱幻想の宅  阅读(1073)  评论(0编辑  收藏  举报