I have a Windows 7 node in Jenkins and when I make a shallow clone of my repo (which is a Gitbucket repo on my NAS) I regularly get this error:
... remote: Compressing objects: 100% (341/341), done. remote: Total 1310 (delta 968), reused 1299 (delta 963) fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed I did some research and it appears to be related to the fact that tcp sockets are closed immediately in windows, whereas there is a delay in unix-like systems. Or possibly it is related to network latency: http://git.661346.n2.nabble.com/Unable-to-clone-via-git-protocol-early-EOF-index-pack-failed-td6203553.html The problem was probably solved 21 days ago:https://github.com/msysgit/git/pull/70 So it is not part of the latest binary, which dates from 17 Feb 2014: https://code.google.com/p/msysgit/downloads/detail?name=Git-1.9.0-preview20140217.exe&can=1&q I tried looking for instructions on how to compile the latest version (I normally only compile things in Linux). Can you refer me to some relevant info? Thanks! Regards, Albert-Jan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ All right, but apart from the sanitation, the medicine, education, wine, public order, irrigation, roads, a fresh water system, and public health, what have the Romans ever done for us? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
