Re: is git.postgresql.org working fine?

From: 258790519 <258790519(at)qq(dot)com>
To: Aleksander Alekseev <aleksander(at)timescale(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)ec>
Subject: Re: is git.postgresql.org working fine?
Date: 2025-03-05 13:30:33
Message-ID: tencent_5698556A986642E4564696287096431D3508@qq.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

It seens that using git protocol is better than https

---Original---
From: "Aleksander Alekseev"<aleksander(at)timescale(dot)com&gt;
Date: Wed, Mar 5, 2025 21:18 PM
To: "PostgreSQL Hackers"<pgsql-hackers(at)lists(dot)postgresql(dot)org&gt;;
Cc: "Tom Lane"<tgl(at)sss(dot)pgh(dot)pa(dot)us&gt;;"Jaime Casanova"<jcasanov(at)systemguards(dot)com(dot)ec&gt;;
Subject: Re: is git.postgresql.org working fine?

Hi,

&gt; &gt; Is it only me?
&gt;
&gt; I've had trouble in the past with cloning on old/slow machines --- it
&gt; seems to time out after awhile. But AFAIR the symptom was an error
&gt; message not "stalling", so maybe that's unrelated.
&gt;
&gt; Anyway, I tried it just now and didn't observe any problem:
&gt;
&gt; [...]

For me works fine too:

```
$ time git clone git://git.postgresql.org/git/postgresql.git
Cloning into 'postgresql'...
remote: Enumerating objects: 20275, done.
remote: Counting objects: 100% (20275/20275), done.
remote: Compressing objects: 100% (12231/12231), done.
remote: Total 1048219 (delta 14543), reused 10289 (delta 7971),
pack-reused 1027944
Receiving objects: 100% (1048219/1048219), 351.78 MiB | 1.30 MiB/s, done.
Resolving deltas: 100% (904606/904606), done.
Updating files: 100% (7096/7096), done.

real 4m53.197s
user 1m51.879s
sys 0m26.096s

$ git --version
git version 2.48.1
```

--
Best regards,
Aleksander Alekseev

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Aleksander Alekseev 2025-03-05 13:46:05 Re: Allow database owners to CREATE EVENT TRIGGER
Previous Message Aleksander Alekseev 2025-03-05 13:29:51 Re: Hook for Selectivity Estimation in Query Planning