问题
克隆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
克隆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