Merge pull request #13210 from gtardif/devenv_ssh_add

ssh-add private key
This commit is contained in:
Usha Mandya 2021-07-21 14:22:30 +01:00 committed by GitHub
commit 425e845857
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ The simplest way to get started with Dev Environments is to create a new environ
> **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. First, let's copy `git@github.com:dockersamples/single-dev-env.git` and add it to the **Create** field on the **Create a Development Environment** page.
2. Now, click **Create**.