public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* git-2.12.3-1: Cannot push to a remote with a Windows network path URL
@ 2017-06-23  1:48 Jonathan Chan
  2017-06-23  9:35 ` Andrey Repin
  2017-07-03 12:42 ` Adam Dinwoodie
  0 siblings, 2 replies; 5+ messages in thread
From: Jonathan Chan @ 2017-06-23  1:48 UTC (permalink / raw)
  To: cygwin

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-10-30 21:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-23  1:48 git-2.12.3-1: Cannot push to a remote with a Windows network path URL Jonathan Chan
2017-06-23  9:35 ` Andrey Repin
2017-06-23 20:37   ` Jonathan Chan
2017-10-30 21:11     ` Jonathan Chan
2017-07-03 12:42 ` Adam Dinwoodie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).