Skip to content

Instantly share code, notes, and snippets.

@vishalbasnet23
Last active August 29, 2015 14:21
Show Gist options
  • Save vishalbasnet23/b0d04160ec8bb2505fb7 to your computer and use it in GitHub Desktop.
Save vishalbasnet23/b0d04160ec8bb2505fb7 to your computer and use it in GitHub Desktop.
Enabling shared Repo for git
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