Answers for "git global noverify"

0

git config ssl verify false

git config http.sslVerify false
Posted by: Guest on February-29-2020
0

git no ssl

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

git global noverify

git global --local http.sslVerify false
Posted by: Guest on September-17-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language