Re: is git.postgresql.org working fine?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)ec>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: is git.postgresql.org working fine?
Date: 2025-03-05 00:29:48
Message-ID: 212795.1741134588@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2025-03-05 00:32:00 Re: [PATCH] Add regression tests of ecpg command notice (error / warning)
Previous Message Jacob Champion 2025-03-05 00:26:57 Re: [PATCH] pg_stat_activity: make slow/hanging authentication more visible