The errors we will encounter when using git clone or git get are as follows:
SSL_read: SSL_ERROR_SYSCALL, errno 10054
The problem is caused by an SSL certificate error. Just ignore the setting. The command line is as follows:
$ git config –global http.sslVerify”false”
Finally, GIT clone