Re: Accessing git.postgresql.org fails

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Accessing git.postgresql.org fails
Дата
Msg-id 1547234.1651416744@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Accessing git.postgresql.org fails  (Tatsuo Ishii <ishii@sraoss.co.jp>)
Ответы Re: Accessing git.postgresql.org fails  (Magnus Hagander <magnus@hagander.net>)
Re: Accessing git.postgresql.org fails  (Tatsuo Ishii <ishii@sraoss.co.jp>)
Список 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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: testclient.exe installed under MSVC
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: Accessing git.postgresql.org fails