【发布时间】:2016-06-14 23:02:42
【问题描述】:
git am --continue 似乎没有正确读取我的配置。
git am --continue
Applying:
fatal: empty ident name (for <>) notallowed
我尝试按照
git post-receive hook "empty ident name"。最初 user.name 和 user.email 在运行 git config --global -l 时是正确的。我遵循了上一个问题中的建议,因此git config --local -l 也会返回完全相同的值。
我觉得奇怪的是(for <>) 出现在错误消息中。从上述问题中的配置来看,remote.origin.url 似乎被忽略了。
否则我的设置完美无缺。这是我第一次遇到这种类型的错误。
有什么建议吗?
【问题讨论】:
标签: git git-config