Answers for "git ssl verify"

0

git config ssl verify false

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

git ssl certificate problem

git config --global http.sslVerify false
# do whatever u were trying to do here
git config --global http.sslVerify true
Posted by: Guest on December-12-2021

Code answers related to "git ssl verify"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language