Skip to content
Snippets Groups Projects
Commit c437b551 authored by tylerharter's avatar tylerharter
Browse files

fix clone url

parent d7eb5f77
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment