I have to use a git server without proper certificates, but I don\'t want to have to do
env GIT_SSL_NO_VERIFY=true git command
every single
This works for me:
git init git config --global http.sslVerify false git clone https://myurl/myrepo.git