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:date:from:reply-to:message-id:to:subject :in-reply-to:references:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=v4H2WTADxVOjpylo vNpa9lMtvgcRjnShbbHUMrH/BSTGIQKMwA83g7z2HKaqipSD1qJ8VuL2dxrFq9T1 zign5oHuj+olhdal1B3wkCNVr3B3dELGQevGgFHJg6IekkqnV5O8Znjh/RhOvmlm SHThxFDrrqrQWGpUlamIQJtileU= 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:date:from:reply-to:message-id:to:subject :in-reply-to:references:mime-version:content-type :content-transfer-encoding; s=default; bh=xELeJxxhiI7lK9ob844PkL Gg1Sc=; b=uFSbSJRDGV7iALqCT09/6/uDLYzJlTGctOUydNyi7tLk7UsmciZ/t9 r8vW3R9xVwxJRUm/KonkelUWMXRFIyF3z2ozzrRyq3auXTPlCDJljy2lmCu7Vtt8 yDQMmKwfKYY3LZ4eeSK0hSHHIaod9YQW0m/blnrMsGT1g72xJ6LtY= 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=-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 Authentication-Results: smtp1o.mail.yandex.net; dkim=pass header.i=@yandex.ru X-Yandex-Suid-Status: 1 0,1 0 Date: Fri, 23 Jun 2017 12:29:53 +0300 From: Andrey Repin Reply-To: cygwin AT cygwin DOT com Message-ID: <1289429888.20170623122953@yandex.ru> To: Jonathan Chan , cygwin AT cygwin DOT 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 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