1

I've opened all git files with git config --system -e git config --global -e git config --local -e

And the faulty line cannot be found in any of them. If I write git config -list I see the faulty line: enter image description here

Where is it stored if it's not in local/global/system?

robertk
  • 2,461
  • 1
  • 27
  • 39

1 Answers1

2

Found it: Why Git config list (total) is not the same as system + global + local

Apparently it's another gitconfig in C:\Users\All Users\Git and my faulty line was in there.

Community
  • 1
  • 1
robertk
  • 2,461
  • 1
  • 27
  • 39