git - 输入git commit -m “My message”时出现错误

标签 git compiler-errors commit

这是我收到的错误。检查下图
enter image description here

最佳答案

运行建议的命令。例如:

git config --global user.name "Aishwarya Mohan"
git config --global user.email mohan@domain.com.invalid

当然,在后一个命令中替换您的实际电子邮件地址。

关于git - 输入git commit -m “My message”时出现错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39794493/

相关文章:

git - git "overlays"的可能性(仅在本地存储库中存储与外部存储库的差异)?

svn - 在 git commit 之前 stash 文件中的字符串

git - 我如何获得所有指向 git 提交的引用?

git checkout 新分支

git - 更新被拒绝,因为远程包含您在本地没有的工作

ruby-on-rails - 使用 rvm 和 git 部署 Capistrano [git 发布失败]

c# - 为 Asp.net 中的项目推荐一个在线存储库和项目管理工具

c# - IntPtr.operator +(IntPtr,int)无法调用运算符或访问器

iOS:在 NSUserDefaults 中保存 NSMutableArray 给我一个错误: 'Attempt to insert non-property list object'?

c++ - 使用自定义特征和 bool 类型的 c++11 枚举时出现 clang 编译错误