On Fri, 31 Jul 2009, Paolo Ciarrocchi wrote:
> while I was trying to support a friend which is using GIT for the
> first time I faced a strange issue.
> Fresh installation of Git-1.6.4-preview20090730.exe on a Windows XP
> laptop.
> I cloned the repo:
> git clone git://git.gnome.org/gtk+
I think the '+' is the issue; it is not allowed in DOS file names. How
about
git clone git://git.gnome.org/gtk+ gtk-plus
instead?
Ciao,
Dscho
So far I did:
mv gtk+ gtk
and I didn't manage to reproduce the issue.
Thanks a lot for your quick answer.
Regards,
--
Paolo