Disable ssl verification when pushing git to remote repository

When the git server can be consumed with https only, and the certificate is self signed or not trusted, we might choose to ignore it and use this command to disable SSL verification.


git config --global http.sslVerify false

As a result, we can see this new line in .gitconfig:



Post a Comment

Previous Post Next Post