On 10/4/15 3:23 AM, Niemand Sonst wrote: > I just tried to pull, but I got a strange message: > > error: insufficient permision for adding an object to repository > database ./git/objects > > Could you give me a hand? > It happen just after telling git gui to pull.
That probably means your .git/objects directory had its permissions changed somehow. Maybe you ran an over-zealous "chmod" in your git tree? Try chmodding it back to the proper permissions, which is probably "u=rwX,g=rwX,o=rX". -- Sebastian Kuzminsky ------------------------------------------------------------------------------ _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
