Fwd: git clone fails on large repos when using cygcrypto-1.0.0.dll, works with 0.9.8

2014-01-10 Thread Chris O'Bryan
I've been having issues cloning large repos with git under Cygwin, but only when I compiled git myself. The version of Git that Cygwin's setup.exe downloads works fine, while mine would intermittently fail with messages like this: Cloning into 'testrepo'... remote: Counting objects: 41107, done re

Re: git clone fails on large repos when using cygcrypto-1.0.0.dll, works with 0.9.8

2014-01-14 Thread Chris O'Bryan
5), reused 3338567 (delta 2809378) Receiving objects: 100% (3339228/3339228), 697.06 MiB | 976.00 KiB/s, done. fatal: pack is corrupted (SHA1 mismatch) fatal: index-pack failed Thanks, Chris On Mon, Jan 13, 2014 at 8:19 AM, Corinna Vinschen wrote: > On Jan 10 11:27, Chris O'Bryan wrote: >>

Re: Maintainer for git?

2014-01-22 Thread Chris O'Bryan
> On Mon, Jan 20, 2014 at 5:31 PM, Steven Penny wrote: > >> Are you certain the bug is present in Adam’s version? He has tested it here >> >> http://cygwin.com/ml/cygwin/2014-01/msg00085.html > > I just tried cloning something big again (the linux kernel). See > below. The first one was with gi

Re: Maintainer for git?

2014-01-27 Thread Chris O'Bryan
On Sun, Jan 26, 2014 at 4:45 PM, Steven Penny wrote: > On Sat, Jan 25, 2014 at 5:59 AM, Corinna Vinschen wrote >> For the time being, I've build a new OpenSSL version 1.0.1f-2 with the >> "no-sse2" flag. With this version I could clone the linx repo without >> error. Please give it a try. > > I c