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

On Tue, May 22, 2018 at 11:29 PM, Victor Porton <por...@narod.ru> wrote:
> 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.
>
> --
> 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+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-devel@googlegroups.com.
> Visit this group at https://groups.google.com/group/sage-devel.
> For more options, visit https://groups.google.com/d/optout.

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to