Created
July 22, 2020 13:06
-
-
Save cengizhancaliskan/49d2d7cca63d08bcfa63a961dfacb9e6 to your computer and use it in GitHub Desktop.
git sh permission denied fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git update-index --add --chmod=+x filename.sh | |
git commit -m 'filename permission error fixed.' | |
git push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment