You probably don’t want to do this, but if you really have to
git config http.sslVerify "false"
You probably don’t want to do this, but if you really have to
git config http.sslVerify "false"
git config credential.helper store
Here’s how to do it …
From StackOverflow