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: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 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=-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 AT cygwin DOT com From: Andrew DeFaria Subject: git clone failing with "fatal: index-pack failed" Date: Thu, 17 Oct 2013 21:28:59 -0700 Lines: 21 Message-ID: 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 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 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