When i create an xcode project getting following error, this error appears every time when i create a new project can any one help me to figure out the reason
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Try to execute the following:
xcrun git config --global user.email you@domain.com
xcrun git config --global user.name "your name here"
It worked for me couple times already (with older MacOS/Xcode versions as well)