Disable SSL/TLS checks in git
For permanent change use:
git config http.sslVerify "false"
or to temporary disable the git option:
env GIT_SSL_NO_VERIFY=true git
command