Answers for "git global disable ssl verification"

0

git config ssl verify false

git config http.sslVerify false
Posted by: Guest on February-29-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 global disable ssl verification"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language