There is a problem when git pulls the replacement code to the server.

In the

code, there is a log directory with read and write permissions of 777, but after pulling it to the server with git, the permissions change, resulting in an error in the code that "the log directory does not have read and write permissions". How to solve this problem?

is there a good way to change permissions without chmod-R?

Mar.04,2022
Menu