我是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
我使用的是另一台PC,但是如果我在家中提交,则提交和推送操作完美,我不知道这是否是问题的原因。
我到处搜索,其他人说要编辑该.git/config
文件,但找不到该文件。
我想念什么?
git
不被识别为内部或外部命令,但是,我设法找到了一种解决方案,我在c:/users/my_name/.gitconfig中编辑了.config文件,并添加了[用户名] =我的名字email = myemail@email.com