Monthly Archives: December 2012

git push errors “insufficient permission for adding an object to repository” and “unpack failed: unpack-objects abnormal exit”

We occasionally have this error when pushing to a git repository: $ git push Counting objects: 7, done. Delta compression using up to 2 threads. Compressing objects: 100% (4/4), done. Writing objects: 100% (4/4), 1.14 KiB, done. Total 4 (delta … Continue reading

Posted in Howtos | Leave a comment

Howto link in boost::test on select platforms and get smaller test executables

The most useful boost libraries are include-only so it is handy to install just the boost headers on the select platforms (i.e. Windows) where it is cumbersome to install the compiled boost libs. If you are using boost::test Unit Test … Continue reading

Posted in Howtos | Tagged | Leave a comment