I think using HTTPS makes more sense for anonymous git access, for the
usual security and privacy reasons.

Please see the attached worg patch.
From f33276dd5ed54a6beb8b31aefb544f6fa3da4c08 Mon Sep 17 00:00:00 2001
From: Stefan Kangas <stefankan...@gmail.com>
Date: Mon, 10 Jun 2024 00:04:04 +0200
Subject: [PATCH] Prefer HTTPS to GIT for anonymous git access

* org-contribute.org (Overview of Org repositories): Recommend HTTPS
over GIT for anonymous git access.
---
 org-contribute.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-contribute.org b/org-contribute.org
index 1257fc05..b8f6603c 100644
--- a/org-contribute.org
+++ b/org-contribute.org
@@ -31,7 +31,7 @@ the community will welcome your contribution.
 :CUSTOM_ID: repos-overview
 :END:
 
-- [[https://git.savannah.gnu.org/cgit/emacs/org-mode.git][Org repository on Savannah]]: =git clone git://git.sv.gnu.org/emacs/org-mode.git=
+- [[https://git.savannah.gnu.org/cgit/emacs/org-mode.git][Org repository on Savannah]]: =git clone https://git.sv.gnu.org/git/emacs/org-mode.git=
 - [[https://sr.ht/~bzg/org][Org project on SourceHut]] with other repositories: [[https://git.sr.ht/~bzg/worg][worg]] and [[https://git.sr.ht/~bzg/orgweb][orgweb]]
 - [[file:org-orphanage.org][Org orphanage]] lists orphan Org libraries in search for maintainers
 - [[https://git.sr.ht/~bzg/org-contrib][org-contrib]] (aka the old =contrib/= dir) also contains libraries in search for maintainers.
-- 
2.45.2

Reply via email to