作者:Chancel, 时间:2021 Jun 15, 阅读:38
Git Push的时候出现警告“fatal: unable to auto-detect email address ”
只需要更改当前仓库下的.git/config文件,在其中加入
[user] email = xxx user = xxx
即可消除这个警告