server certificate verification failed. CAfile

问题:
server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
解决方法:
在环境变量中加入
export GIT_SSL_NO_VERIFY=1
上面的不好用试试下面的:
git config --global http.sslverify false

posted @ 2020-08-19 14:26  SlamDunk_1016  阅读(378)  评论(0编辑  收藏  举报