[Libguestfs] [PATCH] website: Remove .git from 'git clone' URL

Kashyap Chamarthy kchamart at redhat.com
Wed May 18 13:46:41 UTC 2022


GitHub dropped[1] support for .git protocol, so cloing with "git://"
will fail.  Use "https://" instead.

[1] https://github.blog/2021-09-01-improving-git-protocol-security-github/

Signed-off-by: Kashyap Chamarthy <kchamart at redhat.com>
---
 website/index.html.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/index.html.in b/website/index.html.in
index 7453129d6..5644243c0 100644
--- a/website/index.html.in
+++ b/website/index.html.in
@@ -174,7 +174,7 @@ For testers:
 <h2>Git repository</h2>
 
 <pre>
-git clone <a href="https://github.com/libguestfs/libguestfs">git://github.com/libguestfs/libguestfs.git</a>
+git clone <a href="https://github.com/libguestfs/libguestfs">https://github.com/libguestfs/libguestfs</a>
 </pre>
 </div>
 
-- 
2.35.1



More information about the Libguestfs mailing list