Message "SSL certificate problem" Is Displayed
Symptom
During code clone, the message SSL certificate problem: Invalid certificate chain or SSL certificate problem: unable to get local issuer certificate is displayed.
Analysis
The local issuer certificate fails to be obtained, probably because the computer connects to an intranet using a proxy.
Solution
Run the following command:
git config --global http.sslVerify false
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.