[日常]git push 出错 提示ssl
git SSL certificate problem: unable to get local issuer certificate
打开git bash 输入 如下 指令
git config --global http.sslVerify false
之后再进行push
本文基于《署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0)》许可协议授权
文章链接:https://yukimax.org/19-101501.html (转载时请注明本文出处及文章链接)