Git SSL Certificate Problem: unable to get local issuer certificate issue
#Resolution#
Most of you got this issue while taking the clone very first time from the GitHub server.
Workaround
Tell git to not perform the validation of the certificate using the global option:
Use this command : git config --global http.sslVerify false
Comments
Post a Comment