我是github的新手。我试图提交我的项目。但在我的cmd上发生以下错误。
***请告诉我你是谁。
运行
git config --global user.email“ you@example.com” git config --global user.name“您的名字”
设置您帐户的默认身份。 省略--global仅在此存储库中设置身份。
致命:无法自动检测电子邮件地址(得到'Hema @ Hema-PC。(无)')
如何解决这个问题?
答案 0 :(得分:0)
对于此错误,您只需执行它们显示的命令
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
这将在〜/ .gitconfig中设置您的名字。