git clone 报错SSL connect error

在一台centos上搭建frp的时候遇到了这个问题,做下记录

问题提示:

致命: 无法访问‘https://github.com/some.git/‘: SSL连接错误

原因:缺少相应的库

百胜更新-y nss curl libcurl

再次克隆,恢复正常,如下:

[root @ localhost选择]# git clone http://github.com/some.git

克隆为“ some”…

远程: 计数对象: 32070, 完成.

远程: 压缩物体: 100% (133/133), 完成.

远程: 总 32070 (三角洲 105), 重用 153 (三角洲 80), 打包重用 31847

接收物体: 100% (32070/32070), 41.54 MiB | 128.00 千比特/秒, 完成.

解决三角洲: 100% (22178/22178), 完成.

检查连通性… 完成.

发表评论