atom-community/atom

The permissions of ./script/test has changed

aminya opened this issue · 1 comments

There is no way I can fix this on Windows.
image

Running the following in WSL does not fix it.

git config core.filemode true
chmod +x ./script/test

Running this in WSL fixes it

git update-index --chmod=+x ./script/test