【centos6.6环境搭建】Github unable to access SSL connect error出错处理

问题

克隆github项目出现SSL connect error

git clone https://github.com/creationix/nvm     
Cloning into 'nvm'...
fatal: unable to access 'https://github.com/creationix/nvm/': SSL connect error

原因

ssl证书可能过期了

解决方案

yum update -y nss curl libcurl
posted @ 2019-04-11 17:55  飘飘雪  阅读(1285)  评论(0编辑  收藏  举报