In the ~gitolite/.gitolite/logs, there is the following:
ssh ARGV=firstname.lastname SOC=git-receive-pack 'foo/feeds.git' FROM=....
2013-05-13.17:08:03 1404 access(foo/feeds, firstname.lastname, W, 'any'),-> W any foo/feeds firstname.lastname DENIED by fallthru
2013-05-13.17:08:03 1404 trigger,Writable,access_1,ACCESS_1,foo/feeds,firstname.lastname,W,any,W any foo/feeds firstname.lastname DENIED by fallthru
2013-05-13.17:08:03 1404 die W any foo/feeds firstname.lastname DENIED by fallthru<<newline>>(or you mis-spelled the reponame)
Gitolite version: v3.1-4-ga802071 on git 1.7.12.2
The weird thing is i've no problem pushing other repos in my conf/gitolite.conf and all the repos have identical configuration as in:
repo foo/feeds
RW = @developers
R = gitweb daemon
config gitweb.description = "foo/feeds"
Thanks.