From 28fb9785bdb6c133cddbe8f5b1659c49bed21389 Mon Sep 17 00:00:00 2001
From: Ryan DeBeasi <rdebeasi@redhat.com>
Date: Tue, 07 Aug 2018 21:36:50 +0200
Subject: [PATCH] Add SSH setup link

---
 exercises/1-the-manual-menace/README.md |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/exercises/1-the-manual-menace/README.md b/exercises/1-the-manual-menace/README.md
index 897839f..af0409f 100644
--- a/exercises/1-the-manual-menace/README.md
+++ b/exercises/1-the-manual-menace/README.md
@@ -318,6 +318,8 @@
 git push -u origin --all
 ```
 
+If you get a "permission denied" error when running `git push -u origin --all`, try [setting an SSH key in GitLab](https://docs.gitlab.com/ee/ssh/) and then run the command again.
+
 ### Part 4 MongoDB for CI tests
 > In order to run our API tests in CI in later labs; we need there to be a MongoDB available for executing our tests. As this is part of our CI/CD Lifecycle; we will add it now.
 

--
Gitblit v1.9.3