From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 58020 invoked by alias); 23 Jun 2017 01:48:43 -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 57823 invoked by uid 89); 23 Jun 2017 01:48:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=eclipse, Hx-languages-length:1312 X-HELO: mail-it0-f53.google.com Received: from mail-it0-f53.google.com (HELO mail-it0-f53.google.com) (209.85.214.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 23 Jun 2017 01:48:34 +0000 Received: by mail-it0-f53.google.com with SMTP id m47so1115649iti.0 for ; Thu, 22 Jun 2017 18:48:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=C58zlPRGEEQPL2cdo6JlYbon9IIV0UME3aF4zR6Wc3I=; b=Xa5xAZX/VZ2otxL3s6qdzcSvgPO1GUk5F2y1VBquXIWKunBx0pyQZoEzWVy/sGuXwV /uFHpbfNYvgJbWsNSYA/jyPcBm0wu4qeShUg29o6RdHMYN5U9EZRcCz9FTrGce8EczQC 2vPmW1q6UwmgOXCz7OaqnJy5/GQm2Juz4+Mva4MjObkCAQPzRiZ4+MDBdPEUSFyJbvyi lkN7W2FrfO14WyODftH0MtIt6tU9FGwOYlvo+W4rWuMOcAw5omWwCSJa0G+skSLGWSII /8Uar4oWztLagTzZfrpWeWgc28sNdrRQkVjw294uhwqRZ2xuWBAxVbsxANQXaj6MHduE 4HYw== X-Gm-Message-State: AKS2vOwAmfy332/FJ5LWj/2BTtKR5tX+T3qJTS1pnkDb/NzaSOj4fHRC IZOiIUevORMtnRWaQ33iH/dMAHeajemhxxg= X-Received: by 10.36.41.72 with SMTP id p69mr3282105itp.97.1498182512627; Thu, 22 Jun 2017 18:48:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.84.2 with HTTP; Thu, 22 Jun 2017 18:48:32 -0700 (PDT) From: Jonathan Chan Date: Fri, 23 Jun 2017 01:48:00 -0000 Message-ID: Subject: git-2.12.3-1: Cannot push to a remote with a Windows network path URL To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2017-06/txt/msg00280.txt.bz2 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. -- 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