On Sun, May 4, 2025 at 9:35 AM Bastien Guerry <[email protected]> wrote: > > Corwin Brust <[email protected]> writes: > > > You should simply be able to clone your project using the new DNS name: > > > > https://https.git.savannah.gnu.org/git/<...rest of the path to clone > > your project..> > > Can you provide a fully working URL for cloning org-mode.git with this > new DNS name? > > The original address is > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/ >
That was a CGIT URL. Following at, at the bottom of the page I found this *original* anonymous clone URL: https://git.savannah.gnu.org/git/emacs/org-mode.git To replace that with a clone from the new read-only git mirror, please try this: https://https.git.savannah.gnu.org/git/emacs/org-mode.git I'm simply prepending "https." to the URL as the first element after the HTTPS:// protocol part. This worked for me just now. > Thanks! > > -- > Bastien >
