Re: is git.postgresql.org working fine? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: is git.postgresql.org working fine?
Date
Msg-id 212795.1741134588@sss.pgh.pa.us
Whole thread Raw
In response to is git.postgresql.org working fine?  (Jaime Casanova <jcasanov@systemguards.com.ec>)
Responses Re: is git.postgresql.org working fine?
List pgsql-hackers
Jaime Casanova <jcasanov@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



pgsql-hackers by date:

Previous
From: Jacob Champion
Date:
Subject: Re: [PATCH] pg_stat_activity: make slow/hanging authentication more visible
Next
From: Fujii Masao
Date:
Subject: Re: [PATCH] Add regression tests of ecpg command notice (error / warning)