我在 Windows 7 上购买并安装了 Sublime text 2 我还安装了 Git 插件
现在,我在暂存索引中添加了一个文件,它工作了...... git status 也工作了......另一方面, git commit 没有:
这就是我得到的:
*** 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 'me@me-PC.(none)')
我不知道如何解决这个问题。
谢谢, 稀有