centos6.5使用git clone出现fatal unable to access ssl connect error

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/yunfeng482/article/details/89212481

centos6.5使用git clone出现fatal unable to access ssl connect error

问题描述:

[ci@centos-ci git]$ git clone https://github.com/yf482/springboot-yf.git
Cloning into ‘springboot-yf’…
fatal: unable to access ‘https://github.com/yf482/springboot-yf.git/’: SSL connect error

问题原因:

问题解决:

1.升级nss版本
yum update nss -y

2.将https改为git
git clone httpxxxx

如果以上两种解决方法都无法解决你的问题,那么请再执行:
yum update -y nss curl libcurl

猜你喜欢

转载自blog.csdn.net/yunfeng482/article/details/89212481