I'm trying to set the autocrlf property to false. For some reason I currently having 3 such entries and I'm assuming one of them overwrites the others.
Running git config -l returns a list with 3 autocrlf entries, one of them true, 2 of them false

Running git config --global -l returns a list with one autocrlf entry set to false

Running git config --local-l returns a list with one autocrlf entry set to false

Running git config --system -l returns an error

Somewhere there is a file maybe that contains the true setting. How can I find this file? Could the error I'm getting for the system config have something to do with it?
Thanks in advance.
