Answers for "git SSL certificate problem: certificate has expired"

0

git config ssl verify false

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

git SSL certificate problem: certificate has expired

git config --global http.sslVerify false
Posted by: Guest on February-18-2020

Code answers related to "git SSL certificate problem: certificate has expired"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language