Use this command for turn off the file mode / permission tracking on specific repository
$ git config core.filemode false
Use this command for turn off the file mode / permission tracking on global repository
$ git config --global core.filemode false