[cs631apue] problem about git push

Jan Schaumann jschauma at stevens.edu
Thu Nov 12 20:52:11 EST 2015


Jiateng Wang <jwang75 at stevens.edu> wrote:

> remote: error: insufficient permission for adding an object to repository

Please try again.  The default umask on the server was set to not allow
group writes, so any objects created in the git repository were by
default created such that other group members could not modify them.

I've set the umask to 002 and chmod'ed the repositories, so hopefully
that error should now go away.

-Jan


More information about the cs631apue mailing list