* maintenance time and git error
@ 2011-09-13 5:22 esmaeil mirzaee
2011-09-13 5:30 ` Adam Lee
0 siblings, 1 reply; 4+ messages in thread
From: esmaeil mirzaee @ 2011-09-13 5:22 UTC (permalink / raw)
To: kernelnewbies, linux-kernel
Hi
apologize in weak English and unrelated send.
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)"
--
Best
Esmaeil
https://sites.google.com/site/esmaeilmirzaee
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: maintenance time and git error
2011-09-13 5:22 maintenance time and git error esmaeil mirzaee
@ 2011-09-13 5:30 ` Adam Lee
2011-09-13 5:39 ` esmaeil mirzaee
0 siblings, 1 reply; 4+ messages in thread
From: Adam Lee @ 2011-09-13 5:30 UTC (permalink / raw)
To: esmaeil mirzaee; +Cc: kernelnewbies, linux-kernel
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@gmail.com
Website: http://www.adam8157.info
--------------------------------------------------
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: maintenance time and git error
2011-09-13 5:30 ` Adam Lee
@ 2011-09-13 5:39 ` esmaeil mirzaee
2011-09-13 5:45 ` Adam Lee
0 siblings, 1 reply; 4+ messages in thread
From: esmaeil mirzaee @ 2011-09-13 5:39 UTC (permalink / raw)
To: esmaeil mirzaee, kernelnewbies, linux-kernel
Thank you for reply
On Tue, Sep 13, 2011 at 1:30 AM, Adam Lee <adam8157@gmail.com> wrote:
> 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:
unfortunetly I don't want update it, This is my first time and I wanna get it.
and I try below but I think because I don't have the primary package
I got below error
> $ git remote add github git://github.com/torvalds/linux.git
fatal: Not a git repository (or any of the parent directories): .git
> $ git fetch github
fatal: Not a git repository (or any of the parent directories): .git
> $ git checkout -b github github/master
fatal: Not a git repository (or any of the parent directories): .git
> and you will get a branch named "github" with github remote.
> --
> Regards,
> Adam Lee
> --------------------------------------------------
> E-mail: adam8157@gmail.com
> Website: http://www.adam8157.info
> --------------------------------------------------
>
--
Best
Esmaeil
https://sites.google.com/site/esmaeilmirzaee
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: maintenance time and git error
2011-09-13 5:39 ` esmaeil mirzaee
@ 2011-09-13 5:45 ` Adam Lee
0 siblings, 0 replies; 4+ messages in thread
From: Adam Lee @ 2011-09-13 5:45 UTC (permalink / raw)
To: esmaeil mirzaee; +Cc: kernelnewbies, linux-kernel
On Tue, Sep 13, 2011 at 01:39:26AM -0400, esmaeil mirzaee wrote:
> Thank you for reply
> On Tue, Sep 13, 2011 at 1:30 AM, Adam Lee <adam8157@gmail.com> wrote:
> > 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:
> unfortunetly I don't want update it, This is my first time and I wanna get it.
> and I try below but I think because I don't have the primary package
> I got below error
> > $ git remote add github git://github.com/torvalds/linux.git
> fatal: Not a git repository (or any of the parent directories): .git
> > $ git fetch github
> fatal: Not a git repository (or any of the parent directories): .git
> > $ git checkout -b github github/master
> fatal: Not a git repository (or any of the parent directories): .git
> > and you will get a branch named "github" with github remote.
>
Just do this:
$ git clone git://github.com/torvalds/linux.git
via:
https://lkml.org/lkml/2011/9/4/92
http://linux.slashdot.org/story/11/09/05/1138255/Linux-Kernel-Moves-To-Github
PS: Maybe this question should not be sent to linux-kernel mailing list.
--
Regards,
Adam Lee
--------------------------------------------------
E-mail: adam8157@gmail.com
Website: http://www.adam8157.info
--------------------------------------------------
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-09-13 5:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-13 5:22 maintenance time and git error esmaeil mirzaee
2011-09-13 5:30 ` Adam Lee
2011-09-13 5:39 ` esmaeil mirzaee
2011-09-13 5:45 ` Adam Lee
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®