Hi Julien,

On Mon, Nov 15, 2010 at 12:33 PM, Julien Rioux <[email protected]> wrote:
> Hi,
>
> Just tried this with failure:
>
> $ git clone git://git.sympy.org/sympy.git
> Initialized empty Git repository in /home/jrioux/git/sympy/.git/
>
> fatal: Unable to look up git.sympy.org (port 9418) (Name or service not
> known)
>
> Then I found the new "home" at github. If the move to github is
> permanent then README.txt should be updated accordingly:
>
>
> -$ git clone git://git.sympy.org/sympy.git
> +$ git clone git://github.com/sympy/sympy

thanks for noticing this! I have just updated it, as well as the new
main homepage (sympy.org).

>
> The latter works, although it takes really quite long...

For me it takes less than 5s:


$ time git clone git://github.com/sympy/sympy.git
Initialized empty Git repository in /tmp/bba/sympy/.git/
remote: Counting objects: 28559, done.
remote: Compressing objects: 100% (7348/7348), done.
remote: Total 28559 (delta 21906), reused 27474 (delta 21009)
Receiving objects: 100% (28559/28559), 19.85 MiB | 9.47 MiB/s, done.
Resolving deltas: 100% (21906/21906), done.

real    0m4.762s
user    0m1.390s
sys     0m0.350s


How long does it take for you?

Ondrej

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to