X-Recipient: archive-cygwin AT delorie DOT 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 :content-type:content-transfer-encoding; q=dns; s=default; b=IWU ql0z3tAHD+64LpY+Sm871N5cPcF/DbbkU/4VtE/DRNPWSJ1+BQiys8iSqFJWC2bo +Nq9jLC8Z77y6BekN3ADfEKniaG5/p8p3sYW0idzmcGPl8acLYuuhhT21S6IrbVW GJGbQVzdU0FJSnYjo6Tn9ckEowMZppTzodlqMI64= 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 :content-type:content-transfer-encoding; s=default; bh=jK5vfAfp1 IzjeLcH1nsVkZIf6zw=; b=yRK5nqnyc4cKnhuzbuvdT16uUNrGSLZ3BybOXKumB tpDgKbGjNe7BZXb4hxkESG0Jy4y9kUDhUxN9rDNOfIVupPo53TEVe1dfqoxva0jK Zp/5LAJW3bqpz9gsruTK7k4pFMB3WlIstOw8DgrzbEvJZnl2BBAAGn+lFG8KULBx fM= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: defaria.com Message-ID: <52688C6A.5070703@DeFaria.com> Date: Wed, 23 Oct 2013 19:56:42 -0700 From: Andrew DeFaria User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: git clone failing with "fatal: index-pack failed" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Please excuse any duplication. I'm getting the following when attempting to clone a large git repository using Cygwin's git: $ git clone gitolite AT 172 DOT 20 DOT 10 DOT 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 -- 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