Re: Accessing git.postgresql.org fails - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Accessing git.postgresql.org fails
Date
Msg-id 1547234.1651416744@sss.pgh.pa.us
Whole thread Raw
In response to Accessing git.postgresql.org fails  (Tatsuo Ishii <ishii@sraoss.co.jp>)
Responses Re: Accessing git.postgresql.org fails
Re: Accessing git.postgresql.org fails
List pgsql-hackers
Tatsuo Ishii <ishii@sraoss.co.jp> writes:
> This is ok:
> git clone ssh://git@gitmaster.postgresql.org/postgresql.git

That's the thing to use if you're a committer.

> But this fails:
> $ git clone ssh://git@git.postgresql.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



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: testclient.exe installed under MSVC
Next
From: Magnus Hagander
Date:
Subject: Re: Accessing git.postgresql.org fails