unable to clone github repository SSL certificate problem code example
Example 1: SSL certificate problem: self signed certific
git config --global http.sslVerify false
Example 2: git clone the certificate chain was issued by an authority that is not trusted
git config --global http.sslVerify false