Skip to content

Instantly share code, notes, and snippets.

@v-thomp4
Created September 25, 2014 03:18
Show Gist options
  • Save v-thomp4/9f579be11b21efa96dc5 to your computer and use it in GitHub Desktop.
Save v-thomp4/9f579be11b21efa96dc5 to your computer and use it in GitHub Desktop.
Error while pull from git - insufficient permission for adding an object to repository database .git/objects
sudo chown -R $USER:$USER "$(git rev-parse --show-toplevel)/.git"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment