The solution to the git pull report SSL certificate problem: certificate has expired

Error report

Insert picture description here

Solution

Open the command line to set the global ssl
Insert picture description here

git config --global http.sslVerify false

Guess you like

Origin blog.csdn.net/weixin_42272869/article/details/114257447