Chancel's blog

1 分钟阅读

Git 警告:无法自动检测邮箱地址的解决方案

  • Coding

Git Push的时候出现警告“fatal: unable to auto-detect email address ”

只需要更改当前仓库下的.git/config文件,在其中加入

[user]
    email = xxx
    user = xxx

即可消除这个警告

互动

留言

暂无留言,来做第一个吧。

发表留言