Git 报错 error setting certificate verify locations

Git 报错 error setting certificate verify locations

Literally, local certificate validation error, which I understand, because I downloaded the HTTPS content, you need to configure certificate!

solution:

Open git bash, directly off the certificate verification

git config --system http.sslverify false

  

Guess you like

Origin www.cnblogs.com/woxingwoxue/p/11961895.html