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

小灰灰 2021-09-28 10:32 357阅读 0赞

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

发表评论

表情:
评论列表 (有 0 条评论,357人围观)

还没有评论,来说两句吧...

相关阅读