git commit -m “” 指令报错的解决方法

本文介绍了在使用Git时遇到`Author identity unknown`错误的解决过程。问题源于缺少全局用户配置,通过运行`git config --global user.email`和`git config --global user.name`设置邮箱和姓名来解决。在输入命令时,确保没有多余的空格,完成配置后,`git commit-m`操作可以成功执行。
摘要由CSDN通过智能技术生成

git commit -m “” 指令报错的解决方法

错误信息:

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: unable to auto-detect email address (got 'zhaow@ZwzzzLapTop.(none)')
(base)

问题:在正式使用Git前,需要一些全局设置

$  git config --global user.name "Weizhi-Zhao"
bash: $'\302\203git': command not found

出现这个问题可能因为有多余的空格

$ git config --global user.name "Weizhi-Zhao"

运行成功

$ git config --global user.email "xxx@xx.xx"

运行成功

再次运行

$ git commit -m "happy summer holiday"
[master (root-commit) 41f61f4] happy summer holiday
 1 file changed, 1 insertion(+)
 create mode 100644 lala.txt

运行成功

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值