Installing Git
Git is the version control system we use for the HMT project.
If you’re running Mac OS X 10.7.5
- Go to this page and download Git 1.8.4.2
- Run that installer. When it is done, close your Terminal window and open another one.
- Confirm that it works by typing
git --version
.
Other users
You can install git by going to https://git-scm.com/.
Troubleshooting