From c437b55173d5bf3cf03d91d83802455abdee0182 Mon Sep 17 00:00:00 2001 From: tylerharter <tylerharter@gmail.com> Date: Thu, 30 Jan 2025 15:03:01 -0600 Subject: [PATCH] fix clone url --- p1/README.md | 1 + projects.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/p1/README.md b/p1/README.md index 1b8d541..bb13453 100644 --- a/p1/README.md +++ b/p1/README.md @@ -20,6 +20,7 @@ Before starting, please review the [general project directions](../projects.md). ## Corrections/Clarifications * Jan 30: fix script name (count.sh to multi.sh) in part 4 +* Jan 30: update general project specifications to say "Clone with SSH" instead of "Clone with HTTPS" ## Prepare: Virtual Machine Connection diff --git a/projects.md b/projects.md index c4d6a25..5fc7ae7 100644 --- a/projects.md +++ b/projects.md @@ -59,7 +59,7 @@ ways to authenticate. One is via SSH key: 5. paste the key you copied, give it any title you wish, and optionally specify an expiration 6. find your new repo (you can navigate from https://git.doit.wisc.edu/cdis/cs/courses/cs544) 7. click the "Code" dropdown -8. copy the "Clone with HTTPS" URL +8. copy the "Clone with SSH" URL 9. on your VM, run `git clone URL` (replacing "URL" with the one you copied) ### Initialization -- GitLab