I'm using a rental server from hostingrails.com , I operate Rails in FastCGI here, by the permissions that SuExec used, which were 755 it seems not to have been able to set permission.(For example, I can't use with 775)

I used git for development. I set it to 775 and cannot use the thing which I checked out of from git with the server to commit it with 755 in my PC(MacOSX) Could you Help me?

link|improve this question

39% accept rate
3  
question makes no sense.. – Jeff Atwood May 23 '09 at 0:53
feedback

1 Answer

up vote 1 down vote accepted

Do a chmod 755 file, then a git add file, and finally a git commit file. The permissions should be correct the next time you fetch the code.

link|improve this answer
Thanks, I had done it . but permission is 775.. git clone git://foo/bar.git – freddiefujiwra May 27 '09 at 1:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.