Skip to content

Commit 9f8af20

Browse files
authored
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.
1 parent b15133e commit 9f8af20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/documentation/overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ this value accordingly):
7676
.. code-block:: terminal
7777
7878
$ cd projects/
79-
$ git clone git://github.com/YOUR-GITHUB-USERNAME/symfony-docs.git
79+
$ git clone git@github.com:YOUR-GITHUB-USERNAME/symfony-docs.git
8080
8181
**Step 3.** Add the original Symfony docs repository as a "Git remote" executing
8282
this command:

0 commit comments

Comments
 (0)