Saturday, April 5, 2014

Unable to auto-detect email address when using Git repository for Xcode

Need to setup Git global config first.

Open Terminal

git config --global user.email "you@example.com"
git config --global user.name "Your Name"

No comments: