Re: gitmaster server problem?
Dave Page <dpage@pgadmin.org>
From: Dave Page <dpage@pgadmin.org>
To: jian he <jian.universality@gmail.com>
Cc: Bruce Momjian <bruce@momjian.us>, Tom Lane <tgl@sss.pgh.pa.us>, Matthias van de Meent <boekewurm+postgres@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>,
pgsql-www@lists.postgresql.org
Date: 2024-08-19T14:30:33Z
Lists: pgsql-hackers
On Mon, 19 Aug 2024 at 15:27, jian he <jian.universality@gmail.com> wrote: > On Mon, Aug 19, 2024 at 9:56 PM Bruce Momjian <bruce@momjian.us> wrote: > > > > as of now. > cgit working > https://git.postgresql.org/cgit/postgresql.git/ Yes. > > > > git not working > ( 403 Forbidden nginx) > https://git.postgresql.org/git/postgresql.git/ From a browser, that's what I'd expect. You should be able to clone from it though: git clone https://git.postgresql.org/git/postgresql.git Cloning into 'postgresql'... remote: Enumerating objects: 42814, done. remote: Counting objects: 100% (42814/42814), done. remote: Compressing objects: 100% (15585/15585), done. remote: Total 1014138 (delta 34190), reused 33980 (delta 26978), pack-reused 971324 Receiving objects: 100% (1014138/1014138), 343.01 MiB | 15.49 MiB/s, done. Resolving deltas: 100% (873517/873517), done. -- Dave Page pgAdmin: https://www.pgadmin.org PostgreSQL: https://www.postgresql.org EDB: https://www.enterprisedb.com PGDay UK 2024, 11th September, London: https://2024.pgday.uk/