Hi Mikus, I haven't tried yet to use git through a proxy, but this thread may be useful:
http://lkml.org/lkml/2006/2/23/122 Regards, Tomeu On Mon, 2007-12-17 at 01:36 -0500, Mikus Grinbergs wrote: > > Which exact command line is failing? > > I was using the line from http://wiki.laptop.org/go/Git_Tips: > > git clone git+ssh://dev.laptop.org/git/sugar > > but leaving out the '+ssh' part: > git clone git://dev.laptop.org/git/sugar > > > > this just worked for me: > > > > git clone git://dev.laptop.org/sugar sugar-test > > Getting rid of the '/git' before the '/sugar' part corrected the > "not a valid object name" error. Thanks. > > -------- > > I'm still not succeeding with the git attempt. If I do > git clone git://dev.laptop.org/sugar sugar-test > I get errors at my end (I'm trying to use a proxy). > > If I do > git clone http://dev.laptop.org/sugar sugar-test > I get an error at the server end: > Cannot get remote repository information. > Perhaps git-update-server-info needs to be run there? > > -------- > > What I'm currently pursuing is "Why does the 'git:' protocol not > work with my proxy?" So far, I haven't found any information to > help me answer this question. Oh well. > > > Thanks for responding to me, mikus > _______________________________________________ Sugar mailing list [email protected] http://lists.laptop.org/listinfo/sugar

