刚换工作,进公司编写完代码后准备提交。提交代码前进行代码更新,结果不如人意,报错啦,错误信息如下:
Couldn’t save uncommitted changes,Tried to save uncommitted changes in stash before update,but faile…
run
git config --global user.email “your email@xx.com”
git config --global user.name “your name”
答案比较明显,但还是不够自信,去度娘那确认下,
问题原因为:没有配置Git全局邮箱
打开Git.Bash 执行该两行命令 重新更新下就可以了呢