For this assignment, you must use your account on calgary.cs.washington.edu:
ssh [netid]@calgary.cs.washington.edu
From here, change into your cse374 directory by running the following:
cd cse374
Clone your own git repo¶
Caution
Make sure that you’ve completed Ex5 before continuing!
You should have already cloned your personal git repository in Calgary, but if you
haven’t you can do the following:
git clone git@gitlab.cs.washington.edu:cse374-26su-students/cse374-26su-[uw_netid].git
cd cse374-26su-[uw_netid]
Caution
If you get an error saying “Permission denied (publickey)…”, then there is a problem
with your GitLab configuration. Check to make sure you have your SSH key setup
correctly, your private key is in your SSH directory (~/.ssh), and that you can view
the repository through the website.
Tip
Commit early and often! Any time you commit and push your local changes, they will
appear in the GitLab repository. Since you’ll be submitting the homework to Gradescope
via the GitLab repository, it’s important that you remember to push all of your
changes!