使用idea提交代码,commit 时出现fatal: unable to auto-detect email address (got ‘…@…(none)’) 出现错误,是由于未配置git用户名和邮箱所致。
可以通过指令配置用户名和绑定的邮箱就可以了:
git config --global user.email "***@***"
git config --global user.name "***"
使用idea提交代码,commit 时出现fatal: unable to auto-detect email address (got ‘…@…(none)’) 出现错误,是由于未配置git用户名和邮箱所致。
可以通过指令配置用户名和绑定的邮箱就可以了:
git config --global user.email "***@***"
git config --global user.name "***"
4万+
1036

被折叠的 条评论
为什么被折叠?
