Sign up for a free Github account at https://github.com/.
This webpage has instructions for installing Git on Mac, Windows, and Linux machines.
From the command line:
git config --global user.email "you@example.com"git config --global user.name "Your Name"