Skip to content

Instantly share code, notes, and snippets.

@Hendrik44
Last active July 26, 2017 08:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hendrik44/18139dcb87f7287e2648e1bd6cfc6eb0 to your computer and use it in GitHub Desktop.
Save Hendrik44/18139dcb87f7287e2648e1bd6cfc6eb0 to your computer and use it in GitHub Desktop.
fix git objects permission issue with Synology cloudstation
#!/bin/bash
# find file its beeing block
find . -type f -name "e2f50*"
# fix permissons
chmod -R 755 ./.git/objects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment