Created
August 14, 2021 17:41
-
-
Save anselmobattisti/44987dcab84ffe8aef83b1332d9259d5 to your computer and use it in GitHub Desktop.
Allow expired ssl certificate for git repository
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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