Hi all,
I have a problem with my build system.
I have a remote server with a relatively large repository (around 12 GB,
each branch having a size of 3 GB).
I have also 2 build servers (Mac, Windows) that are cloning the repo from
the remote.
Sometimes (very often when several git clone are sent at the same time), I
have the following error:
remote: internal server error
fatal: protocol error: bad pack header
I know that it happens when the remote is compressing objects (thanks to
`--progress -v` flags) because the last line of the log before the erro is:
remote: Compressing objects: 93% (17959/19284) [K
* So I have 2 questions, does anybody what is the problem and what should
I do?
* Is there a way to get a more precise log from the remote to debug this
problem?
Thanks in avance
Kevin
--
You received this message because you are subscribed to the Google Groups "Git
for human beings" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/git-users/-/P8Oi2qj4qG8J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/git-users?hl=en.