Skip to content

Instantly share code, notes, and snippets.

@nkgokul
Last active June 23, 2016 11:27
Show Gist options
  • Save nkgokul/def2bb261eb640a038e6c43e064fbc25 to your computer and use it in GitHub Desktop.
Save nkgokul/def2bb261eb640a038e6c43e064fbc25 to your computer and use it in GitHub Desktop.
Fixing Git issues
#Goto the root of git repo
cd .git
sudo chgrp -R users .
sudo chmod -R g+rwX .
sudo find . -type d -exec chmod g+s '{}' +
git config core.sharedRepository group
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment