On Tuesday 11 December 2007 14:21, Marius Storm-Olsen wrote: > Hi guys, > > I've been idle for a while, but tried to sync just now, and I'm having > issues. Any ideas what's going on? > > C:\msysgit\git_mingw>git pull > Indexing 6552 objects... > 100% (6552/6552) done > fatal: cannot fstat packfile: Bad file descriptor > fatal: index-pack died with error code 128 > fatal: Fetch failure: git://repo.or.cz/git/mingw.git
This is an old bug, fixed here: http://repo.or.cz/w/git/mingw.git?a=commitdiff;h=b49fa05b92a7a369beca1de67fded5a6da500f9c I suggest you clone on Linux, create a bundle and then on Windows fetch from the bundle. -- Hannes
