git config --global http.sslverify false ubuntu code example
Example 1: git global noverify
git global --local http.sslVerify false
Example 2: git no ssl
git config http.sslVerify "false"
git global --local http.sslVerify false
git config http.sslVerify "false"