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:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=FmAUyCLH4E4vZtPJFeDrVrMrFkUcs 1UlyZ26wDjPrH4e96jMVWyorlSCsWIA04mZnfdmkmqXQIy+yAUAnz/9+aI75Q64u D+EdSRlvdbubZlq5KheLX6fiiD4feF/3CwuUm+qcb/RIV/55M+exQCj7Bu4pflG/ V4QRJnvsjLRx8g= 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:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=XpLZHKcF4xy+QIhYqoTi9hoQnKM=; b=v6f ugk63i9fzpER1uTQjHFDBkdulGF5/62Wx5OiWRa2GFjIetzaE42wDlM1aLNrj4aZ ce4nvYcpQmWfhHg46GtPXqNEr3GIVIWwzoAKJIchgkoznkhxt7PGoGTzQytRpEz7 GpoLdl1CVg5mwGGM+pgFkwAIZ6t0bXhO8w+rLJvc= 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=-0.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wg0-f51.google.com X-Received: by 10.180.74.236 with SMTP id x12mr17421952wiv.40.1417638632515; Wed, 03 Dec 2014 12:30:32 -0800 (PST) MIME-Version: 1.0 From: Dave L Date: Wed, 3 Dec 2014 15:30:12 -0500 Message-ID: Subject: Cygwin's git says "error: failed to read delta-pack base object" To: cygwin Content-Type: text/plain; charset=UTF-8 ...but the git from github.com works fine. I installed Cygwin's version of git, and get this: $ git clone https://github.com/nerdfever/pic32mx-bmf Cloning into 'pic32mx-bmf'... remote: Counting objects: 12, done. remote: Total 12 (delta 0), reused 0 (delta 0) error: failed to read delta-pack base object 300bdeb2fd209d24afb865584da10b78aa8fefc4 fatal: unpack-objects failed When I run the git that came from github (the MINGW32 version), it works fine. I'm pretty sure this is operator error, but I'm stumped. What am I doing wrong? (that repository is public - you can try it yourself) -- 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