From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id 668251F61A for ; Thu, 27 Feb 2020 22:58:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729704AbgB0W6x (ORCPT ); Thu, 27 Feb 2020 17:58:53 -0500 Received: from cloud.peff.net ([104.130.231.41]:56712 "HELO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1726845AbgB0W6x (ORCPT ); Thu, 27 Feb 2020 17:58:53 -0500 Received: (qmail 32350 invoked by uid 109); 27 Feb 2020 22:58:53 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with SMTP; Thu, 27 Feb 2020 22:58:53 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 11486 invoked by uid 111); 27 Feb 2020 23:08:01 -0000 Received: from coredump.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.2) by peff.net (qpsmtpd/0.94) with (TLS_AES_256_GCM_SHA384 encrypted) ESMTPS; Thu, 27 Feb 2020 18:08:01 -0500 Authentication-Results: peff.net; auth=none Date: Thu, 27 Feb 2020 17:58:52 -0500 From: Jeff King To: lyle.ziegelmiller@gmail.com Cc: 'Johannes Schindelin' , "'brian m. carlson'" , git@vger.kernel.org Subject: Re: ! [remote rejected] master -> master (unpacker error) Message-ID: <20200227225852.GA1370873@coredump.intra.peff.net> References: <000001d5e4e3$91ffb0a0$b5ff11e0$@gmail.com> <20200216211604.GE6134@camp.crustytoothpaste.net> <20200218051956.GA1641086@coredump.intra.peff.net> <004201d5edb4$3dc34040$b949c0c0$@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <004201d5edb4$3dc34040$b949c0c0$@gmail.com> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Thu, Feb 27, 2020 at 01:24:04PM -0800, lyle.ziegelmiller@gmail.com wrote: > " But I vividly remember that there used to be a problem even with > `git.exe`, probably still is a problem on older Windows versions. That might > be the problem here?" > > I'm using the latest version of Windows 10 and Cygwin's version of git - > version 2.21.0. This is being executed in a Cygwin window, not a DOS > terminal. > > All of this stuff used to work. If you have a version of Git that works and one that doesn't, it might be worth using git-bisect to find the commit that introduced the problem. That does imply being able to build from source; I don't know how hard that is on cygwin. -Peff