git SSL certificate problem: unable to get local issuer certificate

When I use git to download the source code today, it prompts: SSL certificate problem: unable to get local issuer certificate
write picture description here

Solution:
git configure to remove SSL verification

git config --global http.sslVerify false

write picture description here
problem solved.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325564283&siteId=291194637