Published
- 1 min read
git add access rights for script
The solution for this is noted below
git add access rights for script
Solution
git update-index --chmod=+x foo.sh
Try other methods by searching on the site. That is if this doesn’t work