Before you use git the first time, you should configure it so when you check code in the system knows who you are:

git-config --global user.name "Givenname Familyname"
git-config --global user.email "youraddress@dept.rochester.edu"
MoinMoin Appliance - Powered by TurnKey Linux