From c560ab27a81dc9bc26a2c9021397c833a4e2c397 Mon Sep 17 00:00:00 2001 From: Guillaume Tardif Date: Wed, 21 Jul 2021 14:35:37 +0200 Subject: [PATCH] ssh-add private key Signed-off-by: Guillaume Tardif --- desktop/dev-environments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/dev-environments.md b/desktop/dev-environments.md index e4e3c1c034..78f4be4113 100644 --- a/desktop/dev-environments.md +++ b/desktop/dev-environments.md @@ -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 `. +> 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 `. 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**.