From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 102578 invoked by alias); 23 Jun 2017 09:35:11 -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 102555 invoked by uid 89); 23 Jun 2017 09:35:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_THEBAT,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 spammy=H*M:yandex, H*RU:192.168.1.10, Hx-spam-relays-external:192.168.1.10, H*r:ip*192.168.1.10 X-HELO: forward5o.cmail.yandex.net Received: from forward5o.cmail.yandex.net (HELO forward5o.cmail.yandex.net) (37.9.109.249) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 23 Jun 2017 09:35:07 +0000 Received: from smtp1o.mail.yandex.net (smtp1o.mail.yandex.net [37.140.190.26]) by forward5o.cmail.yandex.net (Yandex) with ESMTP id 8BBBC20F1F; Fri, 23 Jun 2017 12:35:04 +0300 (MSK) Received: from smtp1o.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp1o.mail.yandex.net (Yandex) with ESMTP id 3A5741300AC1; Fri, 23 Jun 2017 12:35:00 +0300 (MSK) Received: by smtp1o.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id Km56ujY4DZ-Z00Kq4Yu; Fri, 23 Jun 2017 12:35:00 +0300 (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (Client certificate not present) Authentication-Results: smtp1o.mail.yandex.net; dkim=pass header.i=@yandex.ru X-Yandex-Suid-Status: 1 0,1 0 Received: from [192.168.1.10] (HELO daemon2.darkdragon.lan) by daemon2 (Office Mail Server 0.8.12 build 08053101) with SMTP; Fri, 23 Jun 2017 09:29:53 -0000 Date: Fri, 23 Jun 2017 09:35:00 -0000 From: Andrey Repin Reply-To: cygwin@cygwin.com Message-ID: <1289429888.20170623122953@yandex.ru> To: Jonathan Chan , cygwin@cygwin.com Subject: Re: git-2.12.3-1: Cannot push to a remote with a Windows network path URL In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg00283.txt.bz2 Greetings, Jonathan Chan! > 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' Your URL is invalid. Try 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. -- With best regards, Andrey Repin Friday, June 23, 2017 12:28:54 Sorry for my terrible english... -- 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