Re: Accessing git.postgresql.org fails

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Accessing git.postgresql.org fails
Date: 2022-05-01 15:53:16
Message-ID: CABUevExNfcJ0enDE-Z4raQ=cc_gXeJWTGU76K8tipXD-aCXJCQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, May 1, 2022 at 4:52 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp> writes:
> > This is ok:
> > git clone ssh://git(at)gitmaster(dot)postgresql(dot)org/postgresql.git
>
> That's the thing to use if you're a committer.
>
> > But this fails:
> > $ git clone ssh://git(at)git(dot)postgresql(dot)org/postgresql.git
>
> Per [1], the recommended git URL for non-committers is
>
> https://git.postgresql.org/git/postgresql.git
>
> not ssh:. I'm not sure that ssh: has ever worked --- wouldn't it
> require an account on the target machine?
>

That's correct.

ssh works if you have committer access on the repo at git.postgresql.org.
Since the main postgresql.git repo there is a mirror only, nobody has
commit access there, so it doesn't work (but there are other repos hosted
on the same server that does have committers). But for the postgresql.git
repo, it has never worked on that server.

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/>
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David G. Johnston 2022-05-01 15:58:38 Re: ERROR: type of parameter 1 (fruit2) does not match that when preparing the plan (fruit1)
Previous Message Tom Lane 2022-05-01 14:52:24 Re: Accessing git.postgresql.org fails