public inbox for [email protected]  
help / color / mirror / Atom feed
From: Álvaro Herrera <[email protected]>
To: Masahiko Sawada <[email protected]>
Cc: Jeff Davis <[email protected]>
Cc: [email protected]
Subject: Re: git repo "https://" working but "git://" is not
Date: Wed, 28 May 2025 19:51:46 +0200
Message-ID: <[email protected]> (raw)
In-Reply-To: <CAD21AoDfxsNqvyju3qi9ZK8dcdDKbNqJ8uEeE8kEFv2yufZ2Tg@mail.gmail.com>

On 2025-May-28, Masahiko Sawada wrote:

> On Tue, May 27, 2025 at 12:38 PM Jeff Davis <[email protected]> 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)





view thread (4+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected], [email protected]
  Subject: Re: git repo "https://" working but "git://" is not
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox