Re: Accessing git.postgresql.org fails

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Accessing git.postgresql.org fails
Date: 2022-05-01 14:52:24
Message-ID: 1547234.1651416744@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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?

regards, tom lane

[1] https://wiki.postgresql.org/wiki/Working_with_Git

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2022-05-01 15:53:16 Re: Accessing git.postgresql.org fails
Previous Message Michael Paquier 2022-05-01 13:23:18 Re: testclient.exe installed under MSVC