delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/06/25/17:09:51

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:in-reply-to:references:from:date
:message-id:subject:to:content-type; q=dns; s=default; b=ykXGeKF
I7wxWywY66rbr+4Rtx4Pqr1T9XpbWZEtnWMHHhDbRhU0k9t8b95vmcX5ONBFjMmB
Ecok8zG0iCCzqhLz/WAHud1cccamiMfE79iSTqHEJcEkw8YKAcdAMv7NvtVy8qf5
6RGhPr1TZtytwn3mnSqN0kfGB7q+PRLoUCvI=
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:in-reply-to:references:from:date
:message-id:subject:to:content-type; s=default; bh=NePw808X4GKVp
JWHNF99tNUS090=; b=jKND76L9Od+cTLBt+1B/2eEJ/KLzsebEtfsqPNsSk52tw
aR0aOic52+8M8XJ83kVnqNQt1UhBVFmPu6SUia4omcNo7aXcJCgRJpVF1QE1Y+TW
b38wrp983rAH9OmILiy4X6j7Ffxc0K9Eb/7FrI18LtA0ltBPihFWvu5KV/kjxA=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Suddenly, guidelines, H*i:sk:576EE69, Hx-languages-length:1195
X-HELO: mail-it0-f46.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=R7NCWrit4ruThIFeDVeZGF/C73mfcQ1fzaB96lSqFQk=; b=BVD0EkbiARHfnNaybmNg/+o6WB3f/dZGP4XpD7BAg9GCSM+hChRvzeQUdY+nOhZ0TK 29/WGn8vFUYLU7I2qWkCB1J0W6cQ+qcKv9CyLsuAsNSW5s27QJgkKmEcZPvpwhR/AVMR /FkCpCXW0u3NO3DhtPDj7ESv88j9rTuDrG6F46AXwKUJPnlTEbfK8HN5WuPZiRrBw2jx QHS+KH508S3xxdoS3AYbuQ5FN6Iso0bappqtXKicX8Ol+Pms7FJpVD+oY557RjTz+U6o 3EBmiGXPSHJYXhkxNJse23q3rRUg9ffciSlA5tvcFaYbPg6BWsWzDmdIhf6R4EkgdEWy 437A==
X-Gm-Message-State: ALyK8tJECZH/SjCVl5PJNVwi0nMA9rNFw8e9sP/Ope6kvUoJpMlm2blspc+iT/mTH/7b0dLPU/CYvmdZB20ndg==
X-Received: by 10.36.214.4 with SMTP id o4mr3204821itg.14.1466888963439; Sat, 25 Jun 2016 14:09:23 -0700 (PDT)
MIME-Version: 1.0
In-Reply-To: <576EE695.10509@junovagen.se>
References: <576EE695 DOT 10509 AT junovagen DOT se>
From: Adam Dinwoodie <adam AT dinwoodie DOT org>
Date: Sat, 25 Jun 2016 22:08:44 +0100
Message-ID: <CA+kUOak3eSTUyVh9naZhjvr8YWhPQmf6AddqTdBxhme-jMFX4w@mail.gmail.com>
Subject: Re: Problem with git on cygwin64 on Windows 10 (2.8.3-1)
To: cygwin AT cygwin DOT com
X-IsSubscribed: yes

On 25 June 2016 at 21:16, Thomas Nilsson wrote:
> Suddenly git is acting up on me. I have a number of local repos from various
> sources (GitHub, bitbucket, ...) and since a day or two I can't push or pull
> from any of them. Can't even clone fresh repositories.
>
> Mostly I get 'fatal: unpack-objects failed', but also 'index-pack failed'.
> And sometimes just nothing, like an abort without any output, e.g.
>
>> Thomas AT thoni64 ~
>> $ git clone https://github.com/thoni56/cgreen.git
>> Klonar till "cgreen"...
>>
>> Thomas AT thoni64 ~
>> $
>
>
> I've tried running in administrator mode but no difference. I can
> successfully clone the repos from Linux and Darwin so I'm pretty certain the
> problem lies in cygwin git (or something else cygwin... or windows...)
>
> My cygwin git is 2.8.3-1 but reverting to 2.8.2-1 did not help. Everything
> else is up-to-date, windows is Version 1511 10586.420.

Works just fine for me. Can you provide the diagnostics listed in the
problem reporting guidelines below, so we can take a look at your
setup and see if there's anything wrong there?

> Problem reports:       http://cygwin.com/problems.html

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019