relative_root_path:
page.root: .
site.url: https://tobyhodges.github.io
site.baseurl: /git-course
page.url: /setup.html
% link %: /08-remote/index.html
Files
There are no files required for this lesson. You will create all the files needed.
GitHub account
You will need a GitHub account to follow this course. Sign up if you don’t already have an account.
Software
Git is free and open-source software, available for all operating systems.
The PCs in the training rooms and clusters at the University Of Manchester should already have Git installed.
If you are using Windows to follow this course, you should open Git BASH
.
Installation on a managed desktop PC
Git for Windows is available for self-installation from the Software Centre.
Installation on personal and unmanaged machines
See here for installation instructions for the major operating systems.
SSH keys
Please set up SSH keys for authentication with GitHub. After following the linked instructions, you can verify it was successful:
$ ssh -T git@github.com
Hi yourusername! You've successfully authenticated, but GitHub does not provide shell access.
Please get in touch before the course starts if you run into any problems with set up.