From: | Álvaro Herrera <alvherre(at)kurilemu(dot)de> |
---|---|
To: | Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com> |
Cc: | Jeff Davis <pgsql(at)j-davis(dot)com>, pgsql-www(at)postgresql(dot)org |
Subject: | Re: git repo "https://" working but "git://" is not |
Date: | 2025-05-28 17:51:46 |
Message-ID: | 202505281751.psmvpx2s66xy@alvherre.pgsql |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-www |
On 2025-May-28, Masahiko Sawada wrote:
> On Tue, May 27, 2025 at 12:38 PM Jeff Davis <pgsql(at)j-davis(dot)com> wrote:
> >
> > It appears that something is going on with git.postgresql.org. Remotes
> > with "https://" are working but not "git://".
>
> Same here. I've been using "git://" too but I switched to "https://".
git:// was taken down recently because of a system upgrade. It's not
clear that we'll put it back in operation ... at least as I understand,
that protocol is pretty much obsolete, as it's unencrypted and
unauthenticated.
As Masahiko-san said, you can simply update the remotes to use https://,
with something like
git remote set-url origin https://...
and everything should work again.
Please don't consider this a formal announcement of removal, though :-)
That may still follow, pending further analysis.
--
Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/
"I can see support will not be a problem. 10 out of 10." (Simon Wittber)
(http://archives.postgresql.org/pgsql-general/2004-12/msg00159.php)
From | Date | Subject | |
---|---|---|---|
Next Message | Jeff Davis | 2025-05-28 18:59:18 | Re: git repo "https://" working but "git://" is not |
Previous Message | Masahiko Sawada | 2025-05-28 16:47:50 | Re: git repo "https://" working but "git://" is not |