This issue is not same as \"Bad git config file .git/config\", since it failed when using git init.
git init
It seems there is nothing wrong with /home/mirror/.gitco
Try updating config to use matching instead of simple for push.default.
matching
simple
push.default
git config --global push.default matching
or
git config push.default matching