Отключить SSL
git -c http.sslVerify=false clone <path> cd <directory> git config http.sslVerify "false"
git config --global http.sslverify false