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:from:date:message-id:subject:to :content-type; q=dns; s=default; b=Jz1VJ7kSslcUzZn8BRT+2KWY/6ink F57xU0KATjVRfAt46vynH6/JXrPHKXXkJzd9fcJV0aGyVpFjQdYB76rLYXeu+kJK 4UOPzlXjt66hZXxZ+idjXD7QHxzVbHiNMp+9qbN432JXYc3QhCzv3R+Ot5Z0yaQ6 MBA9yXjIi9b3pI= 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:from:date:message-id:subject:to :content-type; s=default; bh=dd7CZqW5b4HOt4nnOclqITRv5Lg=; b=CHt Ajdm4SEwb+IpHxTh77Tv7AesryCCVPg7Eu9TUQNHFkuycoCOExNXHtijzIMLKS4q aNLP/d/1kWunValKCUcV1eEQ72nERECeejFOaIyCPO7PNWjsV4qIopz3r5jKy+a3 NN/SDRT9M0CNah489K98fQtl6YTQla4jZIxdxYAc= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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.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 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 From: Jonathan Chan Date: Thu, 22 Jun 2017 18:48:32 -0700 Message-ID: Subject: git-2.12.3-1: Cannot push to a remote with a Windows network path URL To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" 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