Git Installation & Initial Setup
From GLMWiki
Reference for this page http://git-scm.com/book/en/Getting-Started-First-Time-Git-Setup
At minimum you'll need to setup your name and email for git.
git config --global user.name "John Doe" git config --global user.email johndoe@example.com