Skip to content

Commit 2235259

Browse files
committed
minor #16738 Update git protocol in URL (sbelyshkin)
This PR was merged into the 4.4 branch. Discussion ---------- 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. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 9f8af20 Update git protocol in URL
2 parents 4e34f20 + 9f8af20 commit 2235259

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)