Problem 1.
When Git clone occurred, the following problems occurred:
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
2. Steps to solve the problem:
git config --add core.compression -1
3. New problems
The terminal executes the previous sentence and then continues to pull the code. The problem appears as follows:
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
4. Problem-solving steps
This error may be caused by insufficient git memory. Modify the configuration to continue terminal processing:
[core]
packedGitLimit = 512m
packedGitWindowSize = 512m
[pack]
deltaCacheSize = 2047m
packSizeLimit = 2047m
windowMemory = 2047m
The statements in the above modified terminal are similar to those of eg:
git config --global core.com compression 0
After the above steps of processing, you can pull down the code!
Reference:
Technology blog: https://stackoverflow.com/questions/21277806/fatal-early-eof-fatal-index-pack-failed technology blog: https://vnzmi.com/2017/01/08/git-early-eof-index-pack-failed/ technology blog: https://blog.csdn.net/qq_32791023/article/details/83622283?depth_1-utm_source=distribute.pc_relevant.none-task& utm_source=distribute.pc_relevant.none-task
The above content is only on behalf of the individual summary if there are mistakes, please also criticize correct, welcome to study together!
Read More:
- Git clone appears fatal: unable to access’ https://github.com/… The solution to the problem
- Resolve git clone error fatal: http request failed
- Error in Git clone or pod install: smudge filter LFS failed clone succeeded, but checkout failed
- git clone prompt error: RPC failed result=22, HTTP code = 404 problem
- git clone Error “Clone failed: Authentication failed for xxxxx”
- When Jenkins deploys the project, GIT reports an error fatal: index file smaller than expected
- Fatal: unable to create ‘project_ path/.git/ index.lock ‘: File exists.
- Pull the git warehouse code IDEA reports an error: Clone failed: Authentication failed for’http://10.xx.XXXXXXXXXXXXXXXXX’
- git clone https:// gnutls_handshake() failed: The TLS connection was non-properly terminated.
- Win10 installation git click git bash flash back problem solution
- Start flume agent and the solution of “a fatal error occurred while running” appears
- git clone Error: “server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLf…
- Git push “fatal: Authentication failed ”
- bad index file sha1 signature fatal
- Git error prompt: fatal: not a git repository (or any of the parent directories):. Git
- Git authentication failure solution, due to the problem of password modification
- Error: Command failed: git describe –always fatal: Not a valid object name HEAD
- Install Oracle VM VirtualBox Extension Pack failed to install the extension pack
- Git Pull Failed solution
- Resolving fatal: reusing to merge unrelated histories in Git