From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 60218 invoked by alias); 3 Jul 2017 12:42:27 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 60209 invoked by uid 89); 3 Jul 2017 12:42:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Chan, Notes, conversations, D*web.de X-HELO: mail-wr0-f180.google.com Received: from mail-wr0-f180.google.com (HELO mail-wr0-f180.google.com) (209.85.128.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 03 Jul 2017 12:42:25 +0000 Received: by mail-wr0-f180.google.com with SMTP id r103so233899656wrb.0 for ; Mon, 03 Jul 2017 05:42:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=T6t7kftPnG+AczNA5cwQIpQTbJyGkrVciIImG2Jwf/Q=; b=EZAzv0FtJYcNjPScRcagnkQaJv5CiCU/FIAWJnVZSD9j8CeWwgkxmOGQ0bVIok1hLz 9ZOcG5GlNy46MXA4SuSdNIBcGJ4c8zI5GAH1k8hBsb9nDVAGp91qu1Yt5ogFEBzgVgmY JaHyW3LjKJxK6/W0exHvl6oAfveF18vFQSiZgkhK7SUkFqPzwYVEW+iu4zUmC3hQC/wU zt0eZJ+uEYi5WZWgavoZ+tCCzo58qcACGz/UCI8TYyIUAFE++VFv2VNDp6NzDZ8fGtft 22WDvi94n54mJ8lGtPSCsM6L03RSQQtpvJBag1/RQYPJmGjYQ9vwj5cKRRadb8QRokgX tjOw== X-Gm-Message-State: AKS2vOwT4Y/lHBeyol6wr9xL/2baRxXO6l8Y41bgq3RlDXTOIOvrqWPu /0d7frQKlOffb9Gm4uamHQ== X-Received: by 10.223.176.164 with SMTP id i33mr30451799wra.165.1499085742667; Mon, 03 Jul 2017 05:42:22 -0700 (PDT) Received: from dinwoodie.org ([2001:ba8:0:1c0::9:1]) by smtp.gmail.com with ESMTPSA id t136sm4857180wmt.12.2017.07.03.05.42.21 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 03 Jul 2017 05:42:21 -0700 (PDT) Date: Mon, 03 Jul 2017 12:42:00 -0000 From: Adam Dinwoodie To: cygwin@cygwin.com Subject: Re: git-2.12.3-1: Cannot push to a remote with a Windows network path URL Message-ID: <20170703124220.GD26574@dinwoodie.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes X-SW-Source: 2017-07/txt/msg00033.txt.bz2 On Thu, Jun 22, 2017 at 06:48:32PM -0700, Jonathan Chan wrote: > After updating to git-2.12.3-1, I have been unable to push to a remote > with a Windows network path URL: > $ git push origin > Counting objects: 3, done. > Delta compression using up to 4 threads. > Compressing objects: 100% (2/2), done. > Writing objects: 100% (3/3), 273 bytes | 0 bytes/s, done. > Total 3 (delta 1), reused 1 (delta 0) > remote: error: object directory > /network/path/to/git-repository/objects does not exist; check > .git/objects/info/alternates. > remote: fatal: unresolved deltas left after unpacking > error: remote unpack failed: unpack-objects abnormal exit > To file:////network/path/to/git-repository > ! [remote rejected] master -> master (unpacker error) > error: failed to push some refs to 'file:////network/path/to/git-repository' > > Notes: > - Fetching works > - Pushing works if I use EGit (in Eclipse) > - Pushing works if I change the remote URL to use a drive mapped to > the network path > > Additional searching turned up Issue #979 on git-for-windows: > https://github.com/git-for-windows/git/issues/979 > > Issue #979 appears to have been fixed in git and included in > 2.11.1..2.13.1 releases: > https://github.com/git/git/commit/7814fbe3f1e7cea1a675408df7b5dd1f5be731cc > > I did not encounter this behavior prior to git-2.12.2-1. This is for x86_64. So it sounds like this bug was introduced by the upstream 7814fbe commit, although I've not explicitly verified that. There are currently some related conversations going on at the Git mailing list[0], which sound like they may produce something that improves things here. [0]: https://public-inbox.org/git/20170701125059.16210-1-tboegi@web.de/T/ In any case, I'll add this to my tracking list and get it reported upstream if appropriate. Adam -- 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