Clone git sans certificat SSL

git -c http.sslVerify=false clone https://example.com/path/to/git
Aryman