lab2-baseline.tgz
Unpack with tar xf lab2-baseline.tgz. You can also unpack
it with 7-Zip.
Other notes:
It is often also useful to access your git repository on your pi or in your Linux VM. Steps:
ssh-keygen to generate a key in your VM (or on your Pi).
Press ENTER for each of the prompts, noting what file it creates.
cat ~/.ssh/xxx.pub where xxx is the
file created in the previous step.
eval `ssh-agent`
ssh-add
This will set you to use ssh to access your repository.
sftp or any other appropriate method to copy the
public and private keys to your other system. Pay attention to
reproducing the directory and file permissions; these files cannot be
visible to all users. chmod u=r is a good command to know.
Then you should be able to check out the repository on that system as well.