How to Set Up On a Lab Machine
Here's how to get set up on a lab machine!
- Log in as "Guest."
- Double click the CS70 folder on the desktop.
- Double click Docker.
- Double click VS Code.
- In VS Code:
- Clone your repository.
- The URL is:
https://github.com/hmc-cs70-spring2025//hwXX-your-team-name.git
- (Fill in the highlighted part)
- The URL is:
- Allow it to log in via GitHub.com.
- Log into GitHub to authorize VS Code.
- It will create a PAT for this session automatically!
- VS Code will ask you to log in with your GitHub credentials one more time.
- Clone your repository.
- Open the resulting folder in the container.
- Enjoy face-to-face pair programming with your partner!
- Make sure that you push your changes! When you log out, all local files will be deleted.
- If it complains about a missing username and email type the following in the terminal:
- git config --global user.name "Your Name"
- git config --global user.email "youremail@whatever.com"
- Then you should be able to push.
- Log out.
(When logged in, completion status appears here.)