0
点赞
收藏
分享

微信扫一扫

Git报错:fatal: unable to auto-detect email address

烟中雯城 2022-04-23 阅读 36
git

Ubuntu环境下,QtCreator 提交修改,commit, 报错提示:

fatal: unable to auto-detect email address

解决办法:

git config --global user.email "you@example.com"
git config --global user.name "Your Name"

问题解决。

git - Unable to auto-detect email address - Stack Overflow

举报

相关推荐

0 条评论