Hi,
I have a project for which there is an installation script install.sh - runs composer, WP CLI and some other commands, to simplify and document installation instructions. Of course, that file needs to be executable. When cloned, ls displays permissions for install.sh as -rw-rw-rw-, which is fine. However, same permissions are displayed after running chmod u+x install.sh or chmod u=rwx. No error message is displayed.
I tried r8 because there is a similar issue with scotchbox. However, it appears that I can't use r8 for the same reasons. On the other hand, this suggests that the issue is not with r8 or scotchbox, but with underlying infrastructure. Still, it's probably up to you guys to make it work.