Re: [linux-next] Not able to fetch next-20130321

From: Axel Lin
Date: Fri Mar 22 2013 - 23:08:10 EST


2013/3/22 Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>:
> Hi Axel,
>
> On Fri, 22 Mar 2013 16:51:40 +0800 Axel Lin <axel.lin@xxxxxxxxxx> wrote:
>>
>> Even with a fresh git clone, it still shows the latest commit is 20130318.
>>
>> $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
>>
>> git log shows the latest commit is:
>> commit 0e78c0989334e9c1d578ba25621de14e8441d8b4
>> Author: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
>> Date: Mon Mar 18 16:10:47 2013 +1100
>>
>> Add linux-next specific files for 20130318
>>
>> Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
>
> Very weird ... it works for me:
>
> $ git clone --reference linus.git git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git ntest
> Cloning into 'ntest'...
> remote: Counting objects: 192286, done.
> remote: Compressing objects: 100% (34238/34238), done.
> remote: Total 184570 (delta 165819), reused 166851 (delta 149091)
> Receiving objects: 100% (184570/184570), 25.60 MiB | 886 KiB/s, done.
> Resolving deltas: 100% (165819/165819), completed with 5985 local objects.
> Checking out files: 100% (42561/42561), done.
> $ cd ntest
> $ git branch -v
> * master 2db42b7 Add linux-next specific files for 20130322

Hi Stephen,
I figure out this issue now.

For some reason, I have below settings in /etc/hosts
149.20.4.72 git.kernel.org

Now the ip of git.kernel.org is 198.145.20.140.

Sorry for the noise.

Axel
--
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/