You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on your repo's root, run : find . -type f | xargs chmod -x
commit this change on files : commit -n -m 'fix: files permission from 100755 to 100644'
then with vim .git/config, set filemode option to false
[core]
filemode = false