Skip to content

Commit

Permalink
Docker: Update clone instructions to troubleshoot publickey error.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle committed May 13, 2022
1 parent 27f3628 commit c385135
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .docker/readme.md
Expand Up @@ -10,6 +10,14 @@ Follow these steps to setup a local WordCamp.org environment using [Docker](http
cd wordcamp.test
```

If you get an error about "Permission denied (publickey)", you have two options:
- Make sure you have [a working SSH key](https://docs.github.com/en/authentication/troubleshooting-ssh/error-permission-denied-publickey#make-sure-you-have-a-key-that-is-being-used).
- Or use the HTTPS URL:
```bash
git clone https://github.com/WordPress/wordcamp.org.git wordcamp.test
cd wordcamp.test
```

1. Generate and trust the SSL certificates, so you get a green bar and can adequately test service workers.
```bash
cd .docker
Expand Down

0 comments on commit c385135

Please sign in to comment.