错误信息:Couldn't save uncommitted changes/unable to auto-detect email address

git 更新错误:unable to auto-detect email address

解决办法有效:

找到工程目录 (Project) 的.git文件夹,打开之后找到config文件,在最后边加上一句话
[user]
email=your email
name=your name

相关文章: