X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=UpbzVm0eeK6FcYo04pVrYA/U1Fn2Gbr3oNXovEn3tO5
	+FJvZTszIt2v+cVEqoVuCxx1QYdefNAcmG2QBpc01dyUPS8b02ufHXgB3zV1SYKm
	AiYh62oDS9vKNLG4GlDlNy970zceztF3zuAvqm4bOrh27adQEFZs9iaoZnrVnODk
	=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 s=default; bh=xjtRnUGmtkxPXiM4zcmr4dUB/HI=; b=ceTVNQXVSg2XBNFuh
	iWGTldO2lp1K071JopLlsDMWHFLaVIOBz4rowSF6IzcAsu5lWIBk0mM4eYHwyAZ6
	xdT/am1a0bm8MXXZNPE9h9Vbe+qx+uSqIjtbyAo6DKXPMer9vjklDhpc+q0TtiLZ
	zNSanDjOY8qdML9L/Lgmm4Zv8I=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: out4-smtp.messagingengine.com
Message-ID: <526E6E84.2080604@cwilson.fastmail.fm>
Date: Mon, 28 Oct 2013 10:02:44 -0400
From: Charles Wilson <cygwin@cwilson.fastmail.fm>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1
MIME-Version: 1.0
To: The Cygwin Mailing List <cygwin@cygwin.com>
Subject: Re: git clone failing with "fatal: index-pack failed"
References: <52688C6A.5070703@DeFaria.com> <l4gq9e$805$1@ger.gmane.org>
In-Reply-To: <l4gq9e$805$1@ger.gmane.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

On 10/26/2013 12:23 PM, Andrew DeFaria wrote:
> On 10/23/2013 07:56 PM, Andrew DeFaria wrote:
>> Please excuse any duplication.
>>
>> I'm getting the following when attempting to clone a large git
>> repository using Cygwin's git:
>>
>> $ git clone gitolite@172.20.10.200:axcient
>> Cloning into 'axcient'...
>> remote: Counting objects: 168263, done.
>> remote: Compressing objects: 100% (73257/73257), done.
>> remote: Total 168263 (delta 90112), reused 166470 (delta 88591)
>> Receiving objects: 100% (168263/168263), 4.10 GiB | 14.30 MiB/s, done.
>> error: index-pack died of signal 11)
>> fatal: index-pack failed
>> $ git --version
>> git version 1.7.9
>> $ uname -a
>> CYGWIN_NT-6.1 MATER2K8SHPT 1.7.25(0.270/5/3) 2013-08-31 20:37 x86_64
>> Cygwin
>> $
>>
>> I saw some things about this a while ago. Has this been fixed?
> It's been very quite about this issue. Usually at least somebody
> responds.

A "fix" for a slightly different git failure, may also work in your 
case: Reduce the size of the environment block passed by cygwin/bash to git.

$ PATH=/usr/bin:/usr/libexec:/usr/sbin git ... other args ...

Give it a try and see if it helps at all.

--
Chuck



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

