RE Problem in cloning mtd git

vimal singh vimal.newwork at gmail.com
Thu Apr 2 11:06:07 EDT 2009


On Thu, Apr 2, 2009 at 5:42 PM, Geert Uytterhoeven
<Geert.Uytterhoeven at sonycom.com> wrote:
> 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.

Yes looks like... I still see problem:

$ git remote add mtd git://18.85.46.34/mtd-2.6.git
$ git remote update
Updating origin
Updating mtd
18.85.46.34[0: 18.85.46.34]: errno=Connection timed out
fatal: unable to connect a socket (Connection timed out)
error: Could not fetch mtd



---
Regards,

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

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



More information about the linux-mtd mailing list