Skip to content
Discussion options

You must be logged in to vote

Technically, in order to recover the correct executable flags, users have to run the following commands:

foam
git config --local core.filemode true
git checkout .

However, it's not that simple when the ACL permissions are not absolute. In other words, if blueCFD-Core is not installed in a folder fully controlled by the user, then this will not work properly, because chmod (or MSys2 itself?) can't do its magic on Windows for setting the (non-)executable flag, which relies on some crazy ACL manipulation. This is why we are not able to make the installer get the job done automatically.

Replies: 1 comment

Comment options

wyldckat
Mar 8, 2022
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by wyldckat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #75 on March 08, 2022 10:40.