1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

Prefer https: to git: URIs

Prefer https: to git: URIs on Savannah.
The idea is to avoid some adversary-in-the-middle attacks
on developers.
This commit is contained in:
Paul Eggert 2023-02-04 14:24:37 -08:00
parent c39c26e33f
commit 7e1c7db1cb
7 changed files with 8 additions and 8 deletions

View file

@ -18,7 +18,7 @@ To configure Git for Emacs development, you can run the following:
The following shell commands then build and run Emacs from scratch:
git clone git://git.sv.gnu.org/emacs.git
git clone https://git.savannah.gnu.org/git/emacs.git
cd emacs
./autogen.sh
./configure