Git clone over git protocol fails
Gurjeet Singh <gurjeet@singh.im>
From: Gurjeet Singh <gurjeet@singh.im>
To: Postgres Hackers <pgsql-hackers@postgresql.org>
Date: 2025-10-22T23:17:40Z
Lists: pgsql-hackers
I'm not sure if it's expected because of some recent infrastructure changes, but cloning Postgres repo with the following commands fails. # Using command from Postgres docs at # https://www.postgresql.org/docs/current/git.html $ git clone git://git.postgresql.org/git/postgresql.git Cloning into 'postgresql'... fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. # Removing the /git/ part, to match ssh protocol url on # https://git.postgresql.org/gitweb/?p=postgresql.git;a=summary $ git clone git://git.postgresql.org/postgresql.git Cloning into 'postgresql'... fatal: remote error: access denied or repository not exported: /postgresql.git # Using the ssh protocol url from # https://git.postgresql.org/gitweb/?p=postgresql.git;a=summary $ git clone ssh://git@git.postgresql.org/postgresql.git Cloning into 'postgresql'... Permission denied on repository for user gurjeet fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. # Using the https protocol works $ git clone https://git.postgresql.org/git/postgresql.git Cloning into 'postgresql'... remote: Enumerating objects: 1081430, done. ... IIRC, cloning and fetching using git:// git.postgresql.org/git/postgresql.git URL worked at least a few months ago (I have a repo from back then where I used the git:// protocol instead of https). The docs page mentioned in the first command needs to be fixed for sure. Best regards, Gurjeet http://Gurje.et
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
doc: Remove mention of Git protocol support
- d91620406ae9 13.23 landed
- d4542415c38e 14.20 landed
- c0677d8b2e4a 19 (unreleased) landed
- a978882dfd32 16.11 landed
- 5f0b6f76f8f4 15.15 landed
- 256698d26746 17.7 landed
- 172f217e825c 18.1 landed