I am using gitbash and git version 2.20.1.windows.1. commit
, diff
, branch
all work fine, but git status
(the most basic command, surely?) fails. The error message is like this, where fileA
and fileB
are the tracked files in my repo:
$ git status
.gitignore: Function not implemented
fileA: Function not implemented
fileB: Function not implemented
fatal: cannot use .git/info/exclude as an exclude file
I can't spot anything strange about .git/info/exclude
or .gitignore
.
GitHub Desktop shows me the correct status
, so that's my workaround for now.