ssh - Git: Insufficient permission for adding object, chown doesn't resolve -


distinct this question because question addresses shared git remote, whereas issue privately held one. i'm not regular user, answer seems work people plain mystifying me. when attempt execute

git push foo master 

i following result:

counting objects: 18, done. compressing objects: 100% (18/18), done. writing objects: 100% (18/18) 14.71 kib, done. total 18 (delta 5), reused 0 (delta 0) remote: error: insufficient permission adding object repository database ./objects remote: fatal: failed write object error: unpack failed: unpack-objects abnormal exit 

i followed these instructions , achieved nothing. don't understand what's being said in the checked answer here. i've never had issue before today. made sure git repository i'm remoting created normal server user rather root, , user has super-user permissions; it's evident me of what's being suggested beyond limited knowledge, , don't want ruin trying don't understand, answer explains in detail various commands appreciated.

i've seen error around here before:

remote: error: insufficient permission adding object repository database ./objects remote: fatal: failed write object 

an indication of happening because of restriction of operational system's permissions system.

if remember correctly, 1 has change file permissions using 'chmod'

perhaps link can help: git push on ssh on windows won't work. seems related.


Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -