Answers for "git turn off ssl certificate verification"

1

git no ssl

git config http.sslVerify "false"
Posted by: Guest on July-20-2020
0

git tls certificate verification has been disabled

git config --global http.sslVerify true
Posted by: Guest on December-01-2021

Code answers related to "git turn off ssl certificate verification"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language