I have app servers that I bootstrap together using Chef + some ad-hoc bash scripts. The problem is, when I want to run an update on one of these app servers, I get:
git config user.email "insert github email here" git config user.name "insert github real name here"
This worked great for me.