From: André H. <ne...@da...> - 2011-03-14 20:16:27
|
Am 14.03.2011 21:08, schrieb Paul Sokolovsky: > Hello, > > On Mon, 14 Mar 2011 20:53:34 +0100 > André Hentschel <ne...@da...> wrote: > >> Am 14.03.2011 19:48, schrieb Paul Sokolovsky: >>> Hello, >>> >>> On Mon, 14 Mar 2011 19:11:26 +0100 >>> André Hentschel <ne...@da...> wrote: >>> >>>>> git clone git://gitorious.org/cegcc/cegcc-build.git >>>>> Then follow instructions in cegcc-build/README >>>>> (http://gitorious.org/cegcc/cegcc-build/blobs/master/README) >>>>> >>>>> >>>> Hi, >>>> i love git, nothings better. >>>> But for some reason i cannot connect to gitorious.org when doing >>>> git submodule update. It first asked me if i want to trust some >>>> RSA key, i said yes, then the access failed(other end hung up). >>> >>> Oops, I added developer's r/w git urls for submodules, fixed now. >>> Please pull and try again. >>> >>> >> after a git pull && git rebase origin: >> $ git submodule update >> Cloning into binutils... >> Permission denied (publickey). >> fatal: The remote end hung up unexpectedly >> Clone of 'gi...@gi...:cegcc/cegcc-svn-binutils.git' into >> submodule path 'binutils' failed >> >> still... > > Hmm, even extra "git submodule init" doesn't help, it appears there's > special "git submodule sync" command for this. $ git submodule init $ git submodule sync Synchronizing submodule url for 'binutils' Synchronizing submodule url for 'gcc-4.4.0' Synchronizing submodule url for 'mingw' Synchronizing submodule url for 'mingwdll' Synchronizing submodule url for 'w32api' $ git submodule update Cloning into binutils... fatal: The remote end hung up unexpectedly Clone of 'git://gitorious.org/cegcc/cegcc-svn-binutils.git' into submodule path 'binutils' failed but removing cegcc-build and cloning it again helps :) so this seems fixed for me -- Best Regards, André Hentschel |