"Git init" ist fehlgeschlagen, was ist los?

Dieses Problem ist nicht dasselbe wie "Ungültige Git-Konfigurationsdatei .git / config", da es bei der Verwendung fehlgeschlagen istgit init.

An /home/mirror/.gitconfig scheint nichts auszusetzen:

[mirror@home php]$ git init
error: Malformed value for push.default: simple
error: Must be one of nothing, matching, tracking or current.
fatal: bad config file line 8 in /home/mirror/.gitconfig

Dies ist der Inhalt von ~ / .gitignore:

cat ~/.gitconfig
[alias]
        lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
[user]
        email = [email protected]
        name = xxxxx
[push]
        default = simple

Antworten auf die Frage(6)

Ihre Antwort auf die Frage