Last active
August 29, 2015 14:21
-
-
Save vishalbasnet23/b0d04160ec8bb2505fb7 to your computer and use it in GitHub Desktop.
Enabling shared Repo for git
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 to server | |
cd your-repository.git | |
sudo chmod -R g+ws * | |
sudo chgrp -R yourgroup * | |
and maybe: | |
git repo-config core.sharedRepository true | |
and then try to push again |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment