Showing posts with label Unable to get local issuer certificate. Show all posts
Showing posts with label Unable to get local issuer certificate. Show all posts

Thursday, November 10, 2022

Git Bash: "Unable to get local issuer certificate"

If you are getting above error while cloning the repository, add following flag with the command and you will not get the error.

 git -c http.sslVerify=false clone https://bitbucket.org/username/reponame.git