git:error_insufficient_permissions
Differences
This shows you the differences between two versions of the page.
git:error_insufficient_permissions [2016/11/18 15:46] – created peter | git:error_insufficient_permissions [2019/11/29 14:58] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== GIT - Error insufficient permissions ====== | ||
- | |||
- | Getting this error message during a git push? | ||
- | |||
- | < | ||
- | Counting objects: 13, done. | ||
- | Delta compression using up to 2 threads. | ||
- | Compressing objects: 100% (11/11), done. | ||
- | error: insufficient permission for adding an object to repository database ./objects | ||
- | fatal: failed to write object | ||
- | error: pack-objects died of signal 13 | ||
- | </ | ||
- | |||
- | This can be fixed by running the following. | ||
- | |||
- | <code bash> | ||
- | ssh me@myserver | ||
- | cd repository.git | ||
- | |||
- | sudo chmod -R g+ws * | ||
- | sudo chgrp -R mygroup * | ||
- | |||
- | git repo-config core.sharedRepository true | ||
- | </ | ||
git/error_insufficient_permissions.1479483981.txt.gz · Last modified: 2020/07/15 09:30 (external edit)