is not guaranteed to solve the problem. Search multiple blogs to try to find a solution. Finally clone succeeded. (PS: don’t guarantee success)
http://www.wangxianfeng.cn/wordpress/2018/07/14/git use the common errors in the process of solving/
https://www.cnblogs.com/emmetyang/p/10620819.html attempts to download ffmpeg source problem: (PS: what is the difference between the snapshot version and the version, welcome to the great god taught) p>
$ git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg
Cloning into 'ffmpeg'...
remote: Counting objects: 570040, done.
remote: Compressing objects: 100% (118805/118805), done.
error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
first is the problem may be upload size limit, execute the following command:
git config http.postBuffer 524288000
clone again may still error, then you can try
git config http.sslVerify "false"
but then it’s
fatal: not in a git directory
according to the second blog post, use the following command
git config --global http.sslVerify "false"
// note that the original blog command was written incorrectly. It should be – global
and then
git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg
just wait.
Read More:
- macOS Install Homebrew Error LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
- OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
- Mac installation dart error curl: (35) libresssl SSL_ connect: SSL_ ERROR_ SYSCALL in connection to storage.googleapis.co
- LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
- macos LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
- Curl HTTPS returned errno 35 (SSL connect error) error
- wget OpenSSL: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
- cURL error 35:error:140770FC:SSL routines:SSL_23_GET_SERVER_HELLO:unknown protocol
- How to Fix SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed.
- FreeRDP installation configuration (error message: SSL_read: Failure in SSL library (protocol error?))
- ssl_ error_ Rx_ record_ too_ Long and Apache SSL solution
- cURL error 60: SSL certificate problem…
- SSL handshake failed: SSL error: illegal key usage detected in the certificate
- SSL_ERROR_SYSCALL in connection to github.com:443
- [Solved] Docker ubuntu swoole fatal error: openssl/ssl.h: No such file or directory
- Python Report OpenSSL.SSL.SysCallError (10054 WSAECONRESET)
- psycopg2.OperationalError: SSL SYSCALL error: EOF detected
- Error: RPC failed; HTTP 504 curl 22 the requested URL returned error: 504 gateway time out
- Shell curl command reported an error: (60) SSL certificate problem: self signed certificate
- Python error open SSL.SSL.SysCallError :(-1,‘Unexpected EOF‘)