Skip to content

Instantly share code, notes, and snippets.

@tmp27017
Created October 8, 2014 02:55
Show Gist options
  • Select an option

  • Save tmp27017/c04297239f4e8238e722 to your computer and use it in GitHub Desktop.

Select an option

Save tmp27017/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