On Monday 14 January 2008 15:18, [EMAIL PROTECTED] wrote: > On Jan 14, 12:29 pm, Johannes Schindelin <[EMAIL PROTECTED]> > > wrote: > > Could you be a bit more verbose with your bug report (i.e. a > > text copy of the failing output)? > > Not really, because that's all it says. (Is there any way to get more > verbose output?) > > I type: > > $ git pull > > nothing happens for a minute or two, and then the only output is: > > fatal: read error (Invalid Argument)
So here you said what you type to pull. But you nowhere said what you type to clone. I assume you are using the git shell because you write '$'. Have you tried from CMD? In order to do that, you must make sure that all git tools as well as the msys toolset are in PATH. Adjust it if necessary. Does that then work as expected? -- Hannes
