My context – web development Node.js. I needed to add husky functionality, but got an error, probably to the disk access. This helped in my situation:
chmod ug+x .husky/*
chmod ug+x .git/hooks/*
My context – web development Node.js. I needed to add husky functionality, but got an error, probably to the disk access. This helped in my situation:
chmod ug+x .husky/*
chmod ug+x .git/hooks/*