fatal: could not read '': No such file or directory
From: NeckTwi <hidden> Date: 2018-07-26 12:08:37
While committing a repo I get the error "fatal: could not read '': No such file or directory”.
The git repo is a samba share mounted with smb vers=1.0 in linux using cifs-utils.
I tried git rm —cached ./* && git add —all && git commit -a -m “commit msg”
It gives the error.
I suppose it's a bug.
… NeckTwi