Issue:
- Can't get Tower (OSX git App) to ignore file permissions
Set up:
- OSX 10.9.5
- Using Tower 2.1.3 set to use git from:
/usr/bin/git (System; 1.9.3 (Apple Git-50)
Have tried:
- Looking for a file mode setting in Tower / Tower docs
- From Terminal, have tried:
$ git config core.fileMode false
- Which outputs:
error: could not lock config file .git/config: No such file or directory
- In Terminal, I can't see:
~/.git/config
/.git/config
/usr/bin/git
/usr/bin/.git
Question:
Does anyone know how to get Tower on OSX to ignore file permissions?
Any pointers in the right direction would be much appreciated.
Cheers
git config
would work within a git repo.Outside a particular git repo, you would type:
Then check with Tower again (restarting it just to be sure).
The OP CMSCSS adds in the comments: