RE: GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!!
From: Vanak, Ibrahim <hidden>
Date: 2019-06-11 16:39:35
Thank Peff. Unfortunately I am living with this issue, no one able to find out what is causing this significant delay. Re-initiating this thread if someone can help on this. Thanks & Regards, Ibrahim Vanak -----Original Message----- From: Jeff King [mailto:peff@peff.net] Sent: Thursday, May 30, 2019 5:28 PM To: Vanak, Ibrahim <redacted> Cc: git@vger.kernel.org Subject: Re: GIT issue while cloning (fatal: pack is corrupted (SHA1 mismatch)) !!! On Wed, May 29, 2019 at 09:06:18AM +0000, Vanak, Ibrahim wrote:
After cloning when I tried to checkout a branch on HPUX and Linux, I still significant time difference there as well even though network is not involve here. Do you suspect anything with HPUX OS? Do you have any mechanism to find out who is the causing gigantic delay ?
If it's happening for just a local checkout operation, I'd suspect very poor filesystem performance. On Linux, I'd run it under "perf" to see where the time is going. Or possibly "strace -T" to time system calls. I don't know what tools are available under HP-UX for that kind of profiling. -Peff