Git Clone Error fatal: index-pack failed fatal: error in sideband demultiplexer -


i'm trying clone git repository residing @ remote windows server 2008 machine , i'm running following daemon command share repository git daemon --base-path='/d/test/' --export-all --reuseaddr --informative-errors --verbose

but i'm able clone repository windows 7 machine once , thereafter if try clone repository throwing me errors fatal: index-pack failed fatal: error in sideband demultiplexer

using below command clone repository: git clone git://remoteipaddress/repository

i'm able clone repository within windows server machine above command.

updating newer git daemon should resolve issue. did me.


Comments