From 7e1c7db1cb5a33a66115bb767224bdc79a257266 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 4 Feb 2023 14:24:37 -0800 Subject: 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. --- nt/INSTALL.W64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nt/INSTALL.W64') diff --git a/nt/INSTALL.W64 b/nt/INSTALL.W64 index fa576fb4d7f..fe5f74e3209 100644 --- a/nt/INSTALL.W64 +++ b/nt/INSTALL.W64 @@ -115,7 +115,7 @@ put the Emacs source into C:\emacs\emacs-master: mkdir /c/emacs cd /c/emacs - git clone git://git.sv.gnu.org/emacs.git emacs-master + git clone https://git.savannah.gnu.org/git/emacs.git emacs-master This will produce the development sources, i.e. the master branch of the Emacs Git repository, in the directory C:\emacs\emacs-master. -- cgit v1.2.1