Git clone issue; fatal: index packet failed

So I have a strange problem. I host the project in a Git repository, I have a local field (mac os x) and a remote field for production (Linux).

Cloning the Git repository (which is hosted using codebasehq) from my local machine works fine, no problem. When cloning it from my remote mailbox, it fails with an error in the index-pack.

It worked in the beginning, but as the project grew, problems became more frequent, and now I need to return to getting the tar archive of my repository, since Git cloning now always fails on the remote machine while still always succeeds on my local machine.

All pack utilities are on the way, I ran Git gc several times and clicked, still the same problem. Any ideas?

Edit

So, I am accessing the ssh repositories, and there is no other error message than the paste below. :( Still the same problem, very annoying.

Receiving objects: 100% (9830/9830), 51.14 MiB | 1940 KiB/s, done.
fatal: index-pack failed1/2570)   
+3
source share

Source: https://habr.com/ru/post/1777796/


All Articles