Created
July 31, 2012 15:31
-
-
Save adamrobbie/3217848 to your computer and use it in GitHub Desktop.
Fix gitup push ref permission
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
ssh me@myserver | |
cd repository.git | |
sudo chmod -R g+ws * | |
sudo chgrp -R mygroup * | |
git repo-config core.sharedRepository true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment