Skip to content

Instantly share code, notes, and snippets.

@v-thomp4
Created October 8, 2014 02:55
Show Gist options
  • Save v-thomp4/c04297239f4e8238e722 to your computer and use it in GitHub Desktop.
Save v-thomp4/c04297239f4e8238e722 to your computer and use it in GitHub Desktop.
fix git permission
cd .git/
sudo chmod -R g+ws *
sudo chgrp -R www-data *
git config core.sharedRepository true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment