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 :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=Iwpi1s7eRKiLf3bgGshRdJkBStG8xj49Bv559h+m89l 78XXORS6Zq+XWFg7YYCa9l+3oRnjghHzWjGCkTFbSUis01cYRu6UCYPrmr62fB34 olxIlPrhcOda4QCASPxfc4TOPmzmhJG2QDKQh60mSj6ya/SikwYIzVPAopTEMZCU = 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=GA9+iLhsjM4zZj46VLaScw6yYFc=; b=KSFVsR/WAa3hSbWKy dgjcE8SLd6Oib4r5cyn6F+ALnN6131TOAZQMYlzN2GsznztrBSVDo80cGcBgnpNt lizOYftf0fLUb9//u7+7628g3bAEfjQeEAwrFmvIC06rF2c3RrU032vDtSA52h61 HMZiFmqgiZEQO1TlbtmQymc4Cs= 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=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wg0-f43.google.com X-Received: by 10.194.193.2 with SMTP id hk2mr10033250wjc.40.1417639246488; Wed, 03 Dec 2014 12:40:46 -0800 (PST) Message-ID: <547F754B.2090803@gmail.com> Date: Wed, 03 Dec 2014 21:40:43 +0100 From: Marco Atzeri User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Cygwin's git says "error: failed to read delta-pack base object" References: In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 12/3/2014 9:30 PM, Dave L wrote: > ...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) > fine here $ 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) Unpacking objects: 100% (12/12), done. Checking connectivity... done. -- 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