Problem in cloning mtd git

Geert Uytterhoeven Geert.Uytterhoeven at sonycom.com
Thu Apr 2 07:52:38 EDT 2009


On Thu, 2 Apr 2009, vimal singh wrote:
> I cloned Linus' official kernel tree. And then tried cloning mtd git
> as mentioned at http://www.linux-mtd.infradead.org/source.html
> 
> I am see below error:
> 
> $ git clone --reference linux-2.6 git://git.infradead.org/mtd-2.6.git mtd-2.6
> warning: templates not found /home_lbp/share/git-core/templates/
> Initialized empty Git repository in /home2/vimal/mtd-2.6/.git/
> fatal: Unable to look up git.infradead.org (port 9418) (Temporary
> failure in name resolution)
> fetch-pack from 'git://git.infradead.org/mtd-2.6.git' failed.
> 
> Any help regarding this is welcome...

Alternatively, you can add the MTD stuff as a remote to your existing
repository:

% cd linux-2.6
% git remote add mtd git://git.infradead.org/mtd-2.6.git
% git remote update

and you should have the mtd branches under mtd/:

% git branch -a
% git checkout mtd/master

With kind regards,

Geert Uytterhoeven
Software Architect

Sony Techsoft Centre Europe
The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium

Phone:    +32 (0)2 700 8453
Fax:      +32 (0)2 700 8622
E-mail:   Geert.Uytterhoeven at sonycom.com
Internet: http://www.sony-europe.com/

A division of Sony Europe (Belgium) N.V.
VAT BE 0413.825.160 · RPR Brussels
Fortis · BIC GEBABEBB · IBAN BE41293037680010



More information about the linux-mtd mailing list