我的崇高文本中的 Git diff 引发以下错误
error: Malformed value for push.default: simple
error: Must be one of nothing, matching, tracking or current.
fatal: bad config file line 7 in /Users/fizer/.gitconfig
如果我从 .gitconfig 中删除push.default: simple。然后它工作。但是当我做git push时,它抱怨它需要push.default: simple。
如何解决?