【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
原文地址:https://www.cnblogs.com/wangcp-2014/p/10691311.html