James Bottomley wrote: > Heh, they're all drwx--S--- > > I've had no end of strange trouble like this since I moved from my own > version of git to the one installed on hera. > > I think I've found and changed all the directories and verified the > individual object permissions. Could you try again? With the latest git... > [jgarzik@pretzel scsi-misc-2.6]$ git pull > fatal: unexpected EOF > Fetch failure: master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git Do you have standard permissions (chmod -R og+rX) on your repo, and, are you using rsync to push to kernel.org? I've attached my rsync-based push script. git people seem to dislike rsync, but this tends to work every time, for all users. Jeff