赞
踩
最简单的方法,直接忽略SSL证书错误就好
一般是代理http/https或者其他问题导致的
直接输入
git config --global http.sslVerify "false"
即可