XCode源代码控制错误

时间:2014-11-19 15:37:58

标签: ios xcode git

我是源控制的新手。我从一开始就在我的项目中使用XCode嵌入式源代码控制。突然间它说了

    *** Please tell me who you are.

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 (got 'NKorotkov@Nikolays-Mini.(none)')
我尝试提交的任何文件旁边的

File is unversioned。似乎由于某种原因,它丢失了我的名字和电子邮件。如果我理解正确,我必须在终端中运行这两个命令来重新输入信息,但我担心如果我不等于以前的信息,我的所有通信历史都会搞砸。我怎么知道之前用过的用户名?

更新

在这里回答评论.gitconfig文件的内容

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

0 个答案:

没有答案