Re: Interrupted system call
From: R. Diez <hidden>
Date: 2020-07-12 08:43:01
From: R. Diez <hidden>
Date: 2020-07-12 08:43:01
fatal: failed to read object cf965547a433493caa80e84d7a2b78b32a26ee35: Interrupted system call
> [...] In case anybody else has the same problem and finds this thread in the future, the workaround I am using is to disable progress messages. For "git pull", "git gc" and "git push" the appropriate option is "--quiet", but for "git fsck" it is "--no-progress". Best regards, rdiez