Cloning Sage git hangs

153 visualizações
Pular para a primeira mensagem não lida

Victor Porton

não lida,
22 de mai. de 2018, 18:13:2522/05/2018
para sage-devel
Cloning Sage hangs on 99%:

build,0$  git clone git://git.sagemath.org/sage.git
Cloning into 'sage'...
remote: Counting objects: 684626, done.
remote: Compressing objects: 100% (110335/110335), done.
Receiving objects:  99% (677780/684626), 202.90 MiB | 2.24 MiB/s

My computer has 8GB and swap. The Linux command `free` shows that I have a lot of free memory.

Erik Bray

não lida,
23 de mai. de 2018, 06:29:4023/05/2018
para sage-devel
Hi Victor,

It works fine for me. I don't think your memory has anything to do
with it but maybe you have a buggy version of git, or perhaps
something went wrong during the download.

The full Sage repository is quite large and contains a lot of branches
that you probably don't care about. Things will go smoother if you
just clone the main develop branch, and then maybe fetch individual
branches if you need to:

git clone --singe-branch --branch develop
> --
> You received this message because you are subscribed to the Google Groups
> "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sage-devel+...@googlegroups.com.
> To post to this group, send email to sage-...@googlegroups.com.
> Visit this group at https://groups.google.com/group/sage-devel.
> For more options, visit https://groups.google.com/d/optout.

Eric Gourgoulhon

não lida,
23 de mai. de 2018, 08:02:3723/05/2018
para sage-devel
Hi Victor,

Usually I am using the github mirror instead of git.sagemath.org to perform a git clone, for it has a better bandwidth:


I don't know if this can solve your problem.

Best wishes,

Eric.
Responder a todos
Responder ao autor
Encaminhar
0 nova mensagem