Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save anselmobattisti/44987dcab84ffe8aef83b1332d9259d5 to your computer and use it in GitHub Desktop.
Save anselmobattisti/44987dcab84ffe8aef83b1332d9259d5 to your computer and use it in GitHub Desktop.
Allow expired ssl certificate for git repository
# If you already downloaded the repo, inside de folder run in the folder
git config http.sslVerify false
# If you will download the repo, checkout the repo using -c http.sslVerify=false like
git -c http.sslVerify=false clone repo_url/git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment