Answers for "git disable ssl verification global"

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 disable ssl verification global"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language