Re: gitmaster server problem?

From: Dave Page <dpage(at)pgadmin(dot)org>
To: jian he <jian(dot)universality(at)gmail(dot)com>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Matthias van de Meent <boekewurm+postgres(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, pgsql-www(at)lists(dot)postgresql(dot)org
Subject: Re: gitmaster server problem?
Date: 2024-08-19 14:30:33
Message-ID: CA+OCxozw77aLZQe_Xp7zWCHGbOEnFi+D3bZ-+EuRtu6Sg0Qqmw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-www

On Mon, 19 Aug 2024 at 15:27, jian he <jian(dot)universality(at)gmail(dot)com> wrote:

> On Mon, Aug 19, 2024 at 9:56 PM Bruce Momjian <bruce(at)momjian(dot)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/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Page 2024-08-19 14:32:15 Re: gitmaster server problem?
Previous Message Bertrand Drouvot 2024-08-19 14:29:57 Re: Restart pg_usleep when interrupted

Browse pgsql-www by date

  From Date Subject
Next Message Dave Page 2024-08-19 14:32:15 Re: gitmaster server problem?
Previous Message Tom Lane 2024-08-19 14:27:42 Re: gitmaster server problem?