Re: maintenance time and git error

From: Adam Lee
Date: Tue Sep 13 2011 - 01:30:23 EST


On Tue, Sep 13, 2011 at 01:22:05AM -0400, esmaeil mirzaee wrote:
> Hi
> does anyone know when the maintaining of the web page www.kernel.org
> will be finish?
> and when I try this "git clone
> git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux2.6.git
> linux
>
> I got below error
> "Initialized empty Git repository in /home/esmaeil/fixbug/krl/linux/.git/"
> "fatal: Unable to look up git.kernel.org (port 9418) (Name or service
> not known)"
>

It will be back in few days.

If you wanna get updated, you can:

$ git remote add github git://github.com/torvalds/linux.git
$ git fetch github
$ git checkout -b github github/master

and you will get a branch named "github" with github remote.

--
Regards,
Adam Lee
--------------------------------------------------
E-mail: adam8157@xxxxxxxxx
Website: http://www.adam8157.info
--------------------------------------------------
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/