> Date: Sun, 20 Aug 2006 14:45:03 +0300 (EEST) > From: Saulius Krasuckas <[EMAIL PROTECTED]> > > > Date: Fri, 18 Aug 2006 11:36:31 -0500 > > From: EA Durbin <[EMAIL PROTECTED]> > > > > When trying to run git clone git://source.winehq.org/git/wine.git wine or > > git clone http://source.winehq.org/git/wine.git wine it says switching to > > local storage disk and hangs there and does nothing. > > Are you sure it does nothing? I see git v1.0.4 on my debian box at work.
I forgot to add a command for monitoring directory usage in realtime. It helps me a lot in such situations: $ watch -n 1 "du -h --max-depth 2 temp/wine/" Omit "-h" option here for greater verbosity.