> Try to configure:git config http.sslVerify false This undermines whole point of using HTTPS (besides buzzword compatibility). Use http.sslCAInfo to verify server certificate, or use different protocol like ssh or plain http. -- Regards, Konstantin