From 8507faa67e5aaa09fd195061ffc2a0e09bdd6c20 Mon Sep 17 00:00:00 2001 From: Florian Moser <git@famoser.ch> Date: Fri, 17 Jan 2020 17:57:42 +0100 Subject: [PATCH] Tell to clone using ssh --- git_gitlab_course/course.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/git_gitlab_course/course.html b/git_gitlab_course/course.html index 2e9e387..83c4156 100644 --- a/git_gitlab_course/course.html +++ b/git_gitlab_course/course.html @@ -325,7 +325,8 @@ ssh-keygen -t rsa -b 4096 -C "florian.moser3@uzh.ch" && eval $(ssh-agent -s) && ``` - copy `~/.ssh/id_rsa.pub` - add the public key on gitlab.com -- push/pull to see it works +- clone with SSH +- try out push/pull to see it working </textarea> -- GitLab