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

Answered by reemaa in 345098022

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

Accepted Answer

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

Xcode does not create git directory?
 
 
Q