BitBucket
Problems/Answers
SSL certificate problem: Unable to get local issuer certificate
Cause This error occurs when a self-signed certificate cannot be verified.
Workaround Tell git to not perform the validation of the certificate using the global option:
git config --global http.sslVerify false
Resolution