Lars Winterfeld <lars.winterfeld@xxxxxxxxxxxxx> writes: > Hi, > > I have used git for some time and regularly pushed changes to another > server (as some kind of backup), but today I got this error during > git push`: > > Counting objects: 1293, done. > Compressing objects: 100% (1027/1027), done. > Writing objects: 100% (1229/1229), 70.83 MiB | 364 KiB/s, done. > Total 1229 (delta 343), reused 0 (delta 0) > fatal: cannot pread pack file: No such file or directory Curious. That is typically given for ENOENT but pread(2) would not give that error according to http://pubs.opengroup.org/onlinepubs/9699919799/functions/pread.html You didn't say what platform you are seeing the issue (the receiving end of the "push"), but are you using Git on a pread-deficient platform with emulation perhaps? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html