"Johnny Lee" <johnnylee194@xxxxxxxxx> writes: > While I'm looking at these "unable to unlink" files, it seems they are > read only: > git@tomato:~/golf$ ls -l .git/objects/16/ > total 4 > -r--r--r-- 1 johnny johnny 26 2009-01-05 09:25 > b14f5da9e2fcd6f3f38cc9e584cef2f3c90ebe Check "ls -ld .git/objects/16" and see if it is owned by you and writable by you. In sane POSIX filesystem semantics, it should not pose with problem with respect to removal that a file is unwritable. What counts is the writability of the parent directory. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html