“git init” failed, what's wrong?

前端 未结 6 2000
花落未央
花落未央 2021-02-07 10:26

This issue is not same as \"Bad git config file .git/config\", since it failed when using git init.

It seems there is nothing wrong with /home/mirror/.gitco

6条回答
  •  南旧
    南旧 (楼主)
    2021-02-07 10:52

    Try updating config to use matching instead of simple for push.default.

    git config --global push.default matching
    

    or

    git config push.default matching
    

提交回复
热议问题