error: SSL certificate problem, verify that the CA cert is OK.

来源:互联网 发布:无线信道测试软件 编辑:程序博客网 时间:2024/04/28 12:20

git clone 提示缺少证书的问题

[root@aaronw nginx-gridfs]# git clone https://github.com/mdirolf/nginx-gridfs.git
Cloning into nginx-gridfs
error: SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failedwhile accessing https://github.com/mdirolf/nginx-gridfs.git/info/refs

fatal: HTTP request failed


输入这一句 然后再重新clone即可


[root@aaronw nginx-gridfs]# export GIT_SSL_NO_VERIFY=true

0 0
原创粉丝点击