Home > Enterprise >  How to solve git [ERROR] Invalid syntax in configuration ini file
How to solve git [ERROR] Invalid syntax in configuration ini file

Time:07-22

I'm trying to commit some changes with git but, when I do it, I get the following error:

[ERROR] Invalid syntax in configuration ini file.

Couldn't find any information about it, anyone knows how to solve it? Thanks

CodePudding user response:

Try commiting with the -n (--no-verify) flags

  • Related