ios - XCode Source Control error -


i'm new source control. using xcode embedded source control project since start of it. , says

    *** please tell me are.  run    git config --global user.email "you@example.com"   git config --global user.name "your name"  set account's default identity. omit --global set identity in repository.  fatal: unable auto-detect email address (got 'nkorotkov@nikolays-mini.(none)') 

and file unversioned next file try commit. seems reason lost name , email. if understand correctly have run 2 commands in terminal re-enter info, i'm afraid if won't equal previous info commi history messed up. how know username used before?

update

answering comment here's contents of .gitconfig file

[filter "media"]    clean = git media clean %f    smudge = git media smudge %f    required = true [user]    name = nkorotkov 


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -