Epihedron / Adventurer

Adventurer webpage and assests
epihedron.com
3 stars 0 forks source link

git changes files mode on pull #42

Closed 13ruce1337 closed 10 years ago

13ruce1337 commented 10 years ago

This is more of a pi issue but it changes the files to 755 which would make it unwritable to groups. Continually you have to sudo chmod -R 775 adventurer/ to fix the issue so the page loads after you pull to the branches.

13ruce1337 commented 10 years ago

I've found some sort of git config core.fileMode false but I have not tried it fully yet.

13ruce1337 commented 10 years ago

I've added another label for this issue called server.

13ruce1337 commented 10 years ago

git is currently ignoring the files mode. i think this is for the better because when the repo is pulled to the production platform, files cannot be changed on load. if for some reason we need to change the file mode thats saved to the repo, we can use the above post.