Skip to content

Commit

Permalink
Fix for "Permission denied (publickey)" error (#7333)
Browse files Browse the repository at this point in the history
Using https fixes the issue with running the `git clone` command resulting in the error:
>git@github.com: Permission denied (publickey).
>fatal: Could not read from remote repository.
>
>Please make sure you have the correct access rights
>and the repository exists.
  • Loading branch information
jillalberts committed Jun 2, 2022
1 parent 174e8d0 commit 4d1ec5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction/01-install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Open the terminal application on your computer and go to a safe folder (i.e. cd

::

git clone git@github.com:django-cms/django-cms-quickstart.git
git clone https://github.com/django-cms/django-cms-quickstart.git
cd django-cms-quickstart
docker compose build web
docker compose up -d database_default
Expand Down

0 comments on commit 4d1ec5c

Please sign in to comment.