* git fatal: error in sideband demultiplexer [not found] <CALQf3znEm2ZqS1nvon0iB-6ddm-rJyTAPYgCENy2xF0AZb1U+g@mail.gmail.com> @ 2011-07-30 10:16 ` 孙琦 2011-07-30 16:13 ` Clemens Buchacher 0 siblings, 1 reply; 2+ messages in thread From: 孙琦 @ 2011-07-30 10:16 UTC (permalink / raw) To: git Hi git experts, I ran into one annoying issue when using git to clone repository on windows 7. I tried to clone the repository in the intranet. git clone git://10.59.8.235/test/t10 The returned information is as below: Cloning into newdb... remote: Counting objects: 1231592, done. remote: Compressing objects: 100% (239755/239755), done. Receiving objects: 100% (1231592/1231592), 2.70 GiB | 4.93 MiB/s, done. fatal: read error: Invalid argument Resolving deltas: 100% (935560/935560), done. fatal: error in sideband demultiplexer Everything looks good expect the two errors. And at last, nothing is copied in the local folder. The server is running by myself in another Windows 2008 Server with 1.7.6.msysgit.0 installed. And I tested the clonging on another SUSE Linux, it works normally when cloning the same repository. I googled and found no answer to the issue. I'm not sure where the cause is, due to the server side config, or the client side config? Can you expert guys give some diagnosis on the issue? Thanks, Cheney ^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: git fatal: error in sideband demultiplexer 2011-07-30 10:16 ` git fatal: error in sideband demultiplexer 孙琦 @ 2011-07-30 16:13 ` Clemens Buchacher 0 siblings, 0 replies; 2+ messages in thread From: Clemens Buchacher @ 2011-07-30 16:13 UTC (permalink / raw) To: 孙琦; +Cc: git On Sat, Jul 30, 2011 at 06:16:58PM +0800, 孙琦 wrote: > > Cloning into newdb... > remote: Counting objects: 1231592, done. > remote: Compressing objects: 100% (239755/239755), done. > Receiving objects: 100% (1231592/1231592), 2.70 GiB | 4.93 MiB/s, done. > fatal: read error: Invalid argument Could you please try that again with "GIT_TRACE=1 git clone ..."? Also, "strace git clone ..." (or whatever strace equivalent exists on windows, if any?). > Resolving deltas: 100% (935560/935560), done. > fatal: error in sideband demultiplexer ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-07-30 16:13 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <CALQf3znEm2ZqS1nvon0iB-6ddm-rJyTAPYgCENy2xF0AZb1U+g@mail.gmail.com> 2011-07-30 10:16 ` git fatal: error in sideband demultiplexer 孙琦 2011-07-30 16:13 ` Clemens Buchacher
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 NNTP newsgroup(s).