From 9f8af200521ac6659615e11af0d713841ae097f9 Mon Sep 17 00:00:00 2001 From: Sergey Belyshkin Date: Thu, 21 Apr 2022 13:57:16 +0700 Subject: [PATCH] Update git protocol in URL Cloning into 'symfony-docs'... fatal: remote error: The unauthenticated git protocol on port 9418 is no longer supported. Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information. --- contributing/documentation/overview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/documentation/overview.rst b/contributing/documentation/overview.rst index 2334f504400..78e90d04483 100644 --- a/contributing/documentation/overview.rst +++ b/contributing/documentation/overview.rst @@ -76,7 +76,7 @@ this value accordingly): .. code-block:: terminal $ cd projects/ - $ git clone git://github.com/YOUR-GITHUB-USERNAME/symfony-docs.git + $ git clone git@github.com:YOUR-GITHUB-USERNAME/symfony-docs.git **Step 3.** Add the original Symfony docs repository as a "Git remote" executing this command: