coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 2/2] HACKING: use HTTPS for git clone


From: Sam James
Subject: [PATCH 2/2] HACKING: use HTTPS for git clone
Date: Sat, 4 Feb 2023 19:01:17 +0000

---
 HACKING | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/HACKING b/HACKING
index 997dd90df..e70f4374e 100644
--- a/HACKING
+++ b/HACKING
@@ -20,7 +20,7 @@ Use the latest upstream sources
 Base any changes you make on the latest upstream sources.
 You can get a copy of the latest with this command:
 
-    git clone git://git.sv.gnu.org/coreutils
+    git clone https://git.sv.gnu.org/coreutils
     cd coreutils
 
 That downloads the entire repository, including revision control history
@@ -95,7 +95,7 @@ Make your changes on a private "topic" branch
 =============================================
 So you checked out coreutils like this:
 
-  git clone git://git.sv.gnu.org/coreutils
+  git clone https://git.sv.gnu.org/coreutils
 
 Now, cd into the coreutils/ directory and run:
 
-- 
2.39.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]