On Tuesday, September 13, 2011, er <[email protected]> wrote: > -rw-r--r-- 1 root staff 11 Aug 28 21:43 c_array/doc/html/c_array_HTML.manifest > -rw-r--r-- 1 root staff 12998 Sep 2 21:58 c_array/doc/html/index.html > drwxr-xr-x 4 root staff 136 Aug 28 17:32 c_array/doc/html/ > > uid=502(er) gid=20(staff) groups=20(staff),101(com.apple.sharepoint.group.1),204(_developer),100(_lpoperator),98(_lpadmin),81(_appserveradm),80(admin),79(_appserverusr),61(localaccounts),12(everyone),401(com.apple.access_screensharing)
Were you running as root when you checked out? The files are owned by root, and only root has permission to delete them. Assuming you have permission to run sudo, you might want to run: sudo chown -R er . to reclaim ownership of all the files in the directory. -- -PJ -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
