Reading this, I was able to configure both globally and locally my fileMode config to false.
fileMode
However, when I git clone, git keeps initializ
git clone
git clone --config core.filemode=false YOUR_REPOSITORY
for further information refer to the usage information of git clone, or just enter:
without any arguments