server certificate verification failed. CAfile: none CRLfile: none

export GIT_SSL_NO_VERIFY=1
#or
git config --global http.sslverify false