W Xcode 7, wystąpił problem z zatwierdzeniem kodu do git.Błąd Xcode git Auto-Detect Email
I get this error:
*** Please tell me who you are.
Run
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: unable to auto-detect email address (got '[email protected](none)')
Próbowałem polecenia git sugerowane; kiedy uruchamiam git config user.email w repozytorium, widzę poprawny adres e-mail. Nie widzę, skąd się bierze niepoprawny.
Nawet tworząc nowe eksponaty projektu tego problemu i „git config --global user.email” pokazuje prawidłowy adres e-mail. – stevex
Zobacz także http://stackoverflow.com/questions/32544188/xcode-7-gm-cant-commit-git – Jeff