[Solved] Git OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054

git clone error:
fatal: unable to access ‘https://github.com/wqxcloud/MediaCapture.git/’: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
The solution is to run the following command under git:

git config http.sslVerify false
git config --global http.sslVerify false

Read More: