Xcode does not create git directory?

I am trying to create a new Xcode project that is supposed to use git, however the get repo is not created?


I even get this the first thing:


Run


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

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

Accepted Reply

It is solved by adding the username and email of GitHub on the preferences.

Replies

It is solved by adding the username and email of GitHub on the preferences.