Posted on February 8, 2023February 8, 2023 by Christopher Snayfatal: unable to access ‘https://github.com/some-repo’: SSL certificate problem: unable to get local issuer certificate When Can occur when cloning a repo with HTTPS. Resolution Use the -c http.sslVerify=false flag. git -c http.sslVerify=false clone https://github.com/some-repo