Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cengizhancaliskan/49d2d7cca63d08bcfa63a961dfacb9e6 to your computer and use it in GitHub Desktop.
Save cengizhancaliskan/49d2d7cca63d08bcfa63a961dfacb9e6 to your computer and use it in GitHub Desktop.
git sh permission denied fix
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