public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* Problem in cloning mtd git
@ 2009-04-02 11:39 vimal singh
  2009-04-02 11:47 ` Artem Bityutskiy
  2009-04-02 11:52 ` Geert Uytterhoeven
  0 siblings, 2 replies; 4+ messages in thread
From: vimal singh @ 2009-04-02 11:39 UTC (permalink / raw)
  To: linux-mtd

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...

-- 
---
\/ | |\/| /-\ |_

____  __o
------   -\<,
----- ( )/ ( )

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Problem in cloning mtd git
  2009-04-02 11:39 Problem in cloning mtd git vimal singh
@ 2009-04-02 11:47 ` Artem Bityutskiy
  2009-04-02 11:52 ` Geert Uytterhoeven
  1 sibling, 0 replies; 4+ messages in thread
From: Artem Bityutskiy @ 2009-04-02 11:47 UTC (permalink / raw)
  To: vimal singh; +Cc: linux-mtd

On Thu, 2009-04-02 at 17:09 +0530, 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...

Just checked - works fine for me.

-- 
Best regards,
Artem Bityutskiy (Битюцкий Артём)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Problem in cloning mtd git
  2009-04-02 11:39 Problem in cloning mtd git vimal singh
  2009-04-02 11:47 ` Artem Bityutskiy
@ 2009-04-02 11:52 ` Geert Uytterhoeven
       [not found]   ` <ce9ab5790904020503h41c4e8e1t2067654b6d4a6194@mail.gmail.com>
  1 sibling, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2009-04-02 11:52 UTC (permalink / raw)
  To: vimal singh; +Cc: linux-mtd

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@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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Problem in cloning mtd git
       [not found]   ` <ce9ab5790904020503h41c4e8e1t2067654b6d4a6194@mail.gmail.com>
@ 2009-04-02 12:12     ` Geert Uytterhoeven
  0 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2009-04-02 12:12 UTC (permalink / raw)
  To: vimal singh; +Cc: linux-mtd

On Thu, 2 Apr 2009, vimal singh wrote:
> >> $ 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
> >
> I tried this right now and I see this:
> >From http://www.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
>    15f7176..833bb30  master     -> origin/master
> Updating mtd
> fatal: Unable to look up git.infradead.org (port 9418) (Temporary
> failure in name resolution)

Local DNS problem?  Try 18.85.46.34 instead of git.infradead.org.

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@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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-04-02 12:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-02 11:39 Problem in cloning mtd git vimal singh
2009-04-02 11:47 ` Artem Bityutskiy
2009-04-02 11:52 ` Geert Uytterhoeven
     [not found]   ` <ce9ab5790904020503h41c4e8e1t2067654b6d4a6194@mail.gmail.com>
2009-04-02 12:12     ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox