Jaime Casanova <jcasa...@systemguards.com.ec> writes:
> I just tried to clone from git.postgresql.org and it stalled at 99% of
> receiving objects, but I could clone from github without any problems.

> Is it only me?

I've had trouble in the past with cloning on old/slow machines --- it
seems to time out after awhile.  But AFAIR the symptom was an error
message not "stalling", so maybe that's unrelated.

Anyway, I tried it just now and didn't observe any problem:

$ time git clone https://git.postgresql.org/git/postgresql.git pgsql-test
Cloning into 'pgsql-test'...
remote: Enumerating objects: 20234, done.
remote: Counting objects: 100% (20234/20234), done.
remote: Compressing objects: 100% (12190/12190), done.
remote: Total 1048178 (delta 14507), reused 10293 (delta 7971), pack-reused 
1027944
Receiving objects: 100% (1048178/1048178), 351.80 MiB | 20.63 MiB/s, done.
Resolving deltas: 100% (904570/904570), done.

real    0m33.110s
user    1m9.249s
sys     0m3.785s

                        regards, tom lane


Reply via email to