Skip to content

Instantly share code, notes, and snippets.

@adamrobbie
Created July 31, 2012 15:31
Show Gist options
  • Save adamrobbie/3217848 to your computer and use it in GitHub Desktop.
Save adamrobbie/3217848 to your computer and use it in GitHub Desktop.
Fix gitup push ref permission
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