Merge pull request #13153 from rumpl/fix-ssh-key

Fix the ssh-add explanation
This commit is contained in:
Usha Mandya 2021-07-08 16:02:11 +01:00 committed by GitHub
commit 6507f5b3b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ You can also use Dev Environments to collaborate on any Docker Compose-based pro
> **Note**
>
> When cloning a Git repository using SSH, ensure you've added your SSH key to the ssh-agent. To do this, open a terminal and run `ssh-add <path to your public ssh key>`.
> When cloning a Git repository using SSH, ensure you've added your SSH key to the ssh-agent. To do this, open a terminal and run `ssh-add <path to your private ssh key>`.
1. Copy `git@github.com:dockersamples/compose-dev-env.git` and add it to the **Create** field on the **Create a Development Environment** page.
2. Click **Create**. This initializes the project and clones the Git code and builds the Compose application. This: