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:to:from:subject:date:message-id:mime-version
	:content-type:content-transfer-encoding; q=dns; s=default; b=lxO
	jMALfbanmRKroVBAQ3B0AjMeV6jqsjVyoV3OVZloMLL6/piDuh3o8+vIuGsDN+7B
	Qh2aY32aIt5BD7RL7Gng8BKbLkMAcfkMSidzklVKRagWqC1YbifeX5G4lXuXI9TG
	GBIt0tPp8wvztV1/WcK80jYIqTET2dE0frEkIyNI=
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:to:from:subject:date:message-id:mime-version
	:content-type:content-transfer-encoding; s=default; bh=q3XwXLV6P
	JMNBmPEunCnvEoMvWI=; b=xC81nZaBBplwStv6YkBs/v9vXQ3PApA1wLg7JLLar
	QSR8mW/H0H009VidF3lFakKWTnhg1RcvOR9a9fONdIJlZ3DG+clOgDD1X6oR3Z6a
	0Z+hADK2m3gw+Qp1TZOV5PsAU585clDGUCkR9ArspR46g9ZAu18a0e1P+/BtJSFU
	8E=
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.3 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2
X-HELO: plane.gmane.org
To: cygwin@cygwin.com
From: Andrew DeFaria <Andrew@DeFaria.com>
Subject: git clone failing with "fatal: index-pack failed"
Date: Thu, 17 Oct 2013 21:28:59 -0700
Lines: 21
Message-ID: <l3qde3$pum$1@ger.gmane.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0
X-IsSubscribed: yes

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?
-- 
Andrew DeFaria <http://defaria.com>
It IS as bad as you think, and they ARE out to get you.


--
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

