gitでのSSLエラー回避

* 本ページはプロモーションが含まれています

SSL環境をセットアップしていないと、gitでSSLのエラーが出るので、これを無視。

error: SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed while accessing https://github.com/ .…..

$ git config --global https.sslVerify false
git