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:
- git clone appears fatal: index-pack failed problem solution
- Error: RPC failed; HTTP 504 curl 22 the requested URL returned error: 504 gateway time out
- How to Solve Error: The requested URL returned error: 401 Unauthorized while accessing
- server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
- Resolve git clone error fatal: http request failed
- How to Fix server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
- Git clone appears fatal: unable to access’ https://github.com/… The solution to the problem
- Error: No such keg: /usr/local/Cellar/node&install nvm&brew installation&Oh my zsh.git installation&git set alias&No bundle URL prese
- error: RPC failed; curl 56 GnuTLS recv error (-9): A TLS packet with unexpected length was
- Pull code execution NPM install error code: 128
- git clone https:// gnutls_handshake() failed: The TLS connection was non-properly terminated.
- Failed connect to github.com:443 ; no error and the remote end hung up unexpectedly
- Error: no such keg: / usr / local / cellular / node & install NVM & Brew install & oh my Zsh. Git install & git set alias & no bundle URL press
- PHP function file_ get_ Contents() reports an error when using HTTPS protocol: SSL operation failed
- Git authentication failure solution, due to the problem of password modification
- [Solved] Docker ubuntu swoole fatal error: openssl/ssl.h: No such file or directory
- Methods of compiling and installing ffmpeg and libx264 in Linux
- Error: invalid permission for adding an object to repository database
- Git failed to submit data error: failed to push some refs to’https://github.com/XXXXXXX/gif.git’
- Error in Git operation: http basic: access denied solution