Displaying 4 results from an estimated 4 matches for "118270".
Did you mean:
11827
2011 Nov 01
3
[LLVMdev] Git mirror very slow
14 KB/s now. Yesterday 40 KB/s.
Is that transitory or there is no enough bandwidth on llvm.org?
2011 Nov 01
0
[LLVMdev] Git mirror very slow
Hi Oscar,
> 14 KB/s now. Yesterday 40 KB/s.
> Is that transitory or there is no enough bandwidth on llvm.org?
Something is wrong on your side:
$ git clone http://llvm.org/git/llvm.git
Cloning into llvm...
remote: Counting objects: 607409, done.
remote: Compressing objects: 100% (118270/118270), done.
Receiving objects: 2% (13924/607409), 3.87 MiB | 402 KiB/s
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
2011 Nov 01
2
[LLVMdev] Git mirror very slow
.../s now. Yesterday 40 KB/s.
>> Is that transitory or there is no enough bandwidth on llvm.org?
> Something is wrong on your side:
>
> $ git clone http://llvm.org/git/llvm.git
> Cloning into llvm...
> remote: Counting objects: 607409, done.
> remote: Compressing objects: 100% (118270/118270), done.
> Receiving objects: 2% (13924/607409), 3.87 MiB | 402 KiB/s
Curious. I just cloned LLVM from repo.or.cz and Clang from gitorious.org
at full speed (1 MB/s). Maybe it's something on the path from here to
llvm.org. Thanks for checking.
Takumi:
Tried yesterday and today. So...
2011 Nov 01
0
[LLVMdev] Git mirror very slow
...;> Is that transitory or there is no enough bandwidth on llvm.org?
> > Something is wrong on your side:
> >
> > $ git clone http://llvm.org/git/llvm.git
> > Cloning into llvm...
> > remote: Counting objects: 607409, done.
> > remote: Compressing objects: 100% (118270/118270), done.
> > Receiving objects: 2% (13924/607409), 3.87 MiB | 402 KiB/s
>
> Curious. I just cloned LLVM from repo.or.cz and Clang from gitorious.org
> at full speed (1 MB/s). Maybe it's something on the path from here to
> llvm.org. Thanks for checking.
>
> Takum...