Re: git repo "https://" working but "git://" is not - Mailing list pgsql-www

From Álvaro Herrera
Subject Re: git repo "https://" working but "git://" is not
Date
Msg-id 202505281751.psmvpx2s66xy@alvherre.pgsql
Whole thread Raw
In response to Re: git repo "https://" working but "git://" is not  (Masahiko Sawada <sawada.mshk@gmail.com>)
Responses Re: git repo "https://" working but "git://" is not
List pgsql-www
On 2025-May-28, Masahiko Sawada wrote:

> On Tue, May 27, 2025 at 12:38 PM Jeff Davis <pgsql@j-davis.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)



pgsql-www by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: git repo "https://" working but "git://" is not
Next
From: Jeff Davis
Date:
Subject: Re: git repo "https://" working but "git://" is not