Hello, We are seeing issue with GIT 2.14 version. When we try to clone the repos, it is taking HUGE amount of time on HPUX, whereas on the linux machine with same network configuration, it's getting cloned in less than mins. So we want to know has anyone reported this issue? What is the fix for this? Has the fix been released for this? Whom should we contact for this? Thanks & Regards, Ibrahim Vanak Below is the HPUX system where we are seeing issue, it is taking 1 hr 45 mins and later it failed: root@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx# uname -a HP-UX sstl002 B.11.31 U ia64 0158936019 unlimited-user license root@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx# time git clone git@xxxxxxxxxxxxxx:HPUX/SysFaultMgmt.git Cloning into 'SysFaultMgmt'... remote: Enumerating objects: 63627, done. remote: Total 63627 (delta 0), reused 0 (delta 0), pack-reused 63627 Receiving objects: 100% (63627/63627), 681.90 MiB | 111.00 KiB/s, done. fatal: pack is corrupted (SHA1 mismatch) fatal: index-pack failed real 104m3.373s user 0m36.220s sys 0m6.090s You have mail in /var/mail/root root@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx# Below is the system where it has passed in less than 3 mins: [root@chandana ~]# uname -a Linux chandana.in.rdlabs.hpecorp.net 3.10.0-327.el7.x86_64 #1 SMP Thu Nov 19 22:10:57 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux [root@chandana ~]# time git clone git@xxxxxxxxxxxxxx:HPUX/SysFaultMgmt.git Cloning into 'SysFaultMgmt'... remote: Enumerating objects: 63627, done. remote: Total 63627 (delta 0), reused 0 (delta 0), pack-reused 63627 Receiving objects: 100% (63627/63627), 681.90 MiB | 5.59 MiB/s, done. Resolving deltas: 100% (35495/35495), done. Checking connectivity... done. Checking out files: 100% (10634/10634), done. real 2m46.517s user 0m36.601s sys 0m10.503s