一、报错

Author identity unknown

*** 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: empty ident name (for <toybrick@debian.toybrick>) not allowed

或者
在这里插入图片描述

二、解决方法

在 终端 || 命令行 输入你的邮箱与名称:

git config --global user.email "邮箱"
git config --global user.name "名称"

之后再次输入:git commint -m “xxx”

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐