[Pemrograman] Mengatasi Git Error :fatal: early EOF fatal: index-pack failed

Saya ada kasus saat git error: yaitu

fatal: early EOF

fatal: index-pack failed

Maka untuk mengatasinya adalah:

git config –global pack.packSizeLimit 2047m
git config –global pack.windowMemory 2047m

git config –global pack.deltaCacheSize 2047m

git config –global core.compression 9

git config –global core.packedGitLimit 512m
git config –global core.packedGitWindowSize 512m

 

Referensi:

https://stackoverflow.com/questions/1943914/git-clone-fails-with-index-pack-failed

Tinggalkan Balasan

Isikan data di bawah atau klik salah satu ikon untuk log in:

Logo WordPress.com

You are commenting using your WordPress.com account. Logout /  Ubah )

Gambar Twitter

You are commenting using your Twitter account. Logout /  Ubah )

Foto Facebook

You are commenting using your Facebook account. Logout /  Ubah )

Connecting to %s