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
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b35f43-2bfb9.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b35f43-2bfb9.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?