Hi, Since some days we are facing to a problem when pushing change on our GIT repo.
The `git push` command show: git push [email protected]:fg/fgdata.git Counting objects: 10, done. Delta compression using up to 8 threads. Compressing objects: 100% (6/6), done. Writing objects: 100% (6/6), 1.04 KiB, done. Total 6 (delta 4), reused 0 (delta 0) error: insufficient permission for adding an object to repository database ./objects fatal: failed to write object error: unpack failed: unpack-objects abnormal exit To [email protected]:fg/fgdata.git ! [remote rejected] master -> master (n/a (unpacker error)) error: failed to push some refs to '[email protected]:fg/fgdata.git' Looking around the web, it seems an insufficient permission on server side. You can reproduce the problem with: $ git clone [email protected]:fg/fgdata.git $ cd fgdata $ find . -type f -exec chmod 644 {} \; $ git add . $ git commit -m "Set mode for data files to \"non-executable\"" $ git push Any idea how to solve it ? BTW reading at the Gitorious's blog and twitter account I can't see any recent new from the Gitorious team saying they are doing some change on server side. So I wonder what happens. Regards, Clément -- -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] --- You received this message because you are subscribed to the Google Groups "Gitorious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
