我是 SmartGit 的新手,我不能通过我的存储库提交,我收到的信息是:
Unable to auto-detect email address (got 'Arreane@Arreane-PC.(none)')
*** 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
我使用的是另一台电脑,但如果我在家里提交,它会完美地提交和推送,我不知道这是否是问题的原因。
我到处搜索,其他人说要编辑 .git/config
文件,但我找不到这个文件。
我错过了什么?