Last active
July 26, 2017 08:47
-
-
Save Hendrik44/18139dcb87f7287e2648e1bd6cfc6eb0 to your computer and use it in GitHub Desktop.
fix git objects permission issue with Synology cloudstation
This file contains 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
#!/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