On Tue, Jan 06, 2009 at 03:00:52PM +0800, Johnny Lee wrote: > 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 > > Is there anything wrong here? It is normal for objects to be read-only. However, permission to unlink a file comes from its directory permission. Is .git/objects/16 writable by you? -Peff -- 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