Last active
June 23, 2016 11:27
-
-
Save nkgokul/def2bb261eb640a038e6c43e064fbc25 to your computer and use it in GitHub Desktop.
Fixing Git issues
This file contains hidden or 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
#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