Re: Git clone over git protocol fails

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Gurjeet Singh <gurjeet(at)singh(dot)im>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Git clone over git protocol fails
Date: 2025-10-23 14:41:10
Message-ID: 30E13705-5E2E-4A86-A468-83A5DF902423@yesql.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 23 Oct 2025, at 01:17, Gurjeet Singh <gurjeet(at)singh(dot)im> wrote:
>
> I'm not sure if it's expected because of some recent infrastructure changes, but cloning Postgres repo with the following commands fails.

I don't remember the exact details (and an archive search is failing me) but
I seem to recall support for the Git protocol being removed a while back.

> The docs page mentioned in the first command needs to be fixed for sure.

If the Git protocol is indeed unsupported we need something like the attached
backpatched all the way.

--
Daniel Gustafsson

Attachment Content-Type Size
gitprotocol.diff application/octet-stream 968 bytes

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2025-10-23 14:53:30 Re: Git clone over git protocol fails
Previous Message Greg Sabino Mullane 2025-10-23 14:39:21 Re: Proposal: Allow excluding specific file patterns in pg_checksums