With Xcode 7, I have a problem with git code.
I get this error: *** Please tell me who you are. Run git config --global user.email " you@example.com " git config --global user.name "Your Name" to set your account default identity. Omit --global to set the identity only in this repository. fatal: unable to auto-detect email address (got ' stevex@stevebookpro. (none)')
I tried the suggested git commands; when I run git config user.email in the repository, I see the correct email address. I do not see where he is pulling the wrong one.
source share