****************************************************************************************
hugo@i-00000092:~/projects/mumbo$ git push origin master
== Gitorious:
==========================================================
Access denied or wrong repository path
========================================================================
--
To post to this group, send email to gito...@googlegroups.com
To unsubscribe from this group, send email to
gitorious+...@googlegroups.com
>
> PLz ignore this message, problem is been resolved
>
>
> > hugo <at> i-00000092:~/projects/mumbo$ git push origin master
> >
> > == Gitorious:
> > ==========================================================
> > Access denied or wrong repository path
> > ========================================================================
> >
> > fatal: The remote end hung up unexpectedly
> >
> > ***************************************************************************
*************
> > ===gitorious_auth.log===
> > I, [2011-05-24 16:15:47#7876] INFO -- : Connection from "172.16.2.155
> > 55349 22" (hugo): git-receive-pack '/hugo/mainline.git'
> > I, [2011-05-24 16:15:47#7876] INFO -- : Access denied or bad
> > repository path for "hugo": "git-receive-pack '/hugo/mainline.git'"
> >
> > ==while I try on gitserver localhost==
> > I, [2011-05-24 16:29:15#8368] INFO -- : Connection from "127.0.0.1
> > 38101 22" (hugo): git-receive-pack '/mumbo/mainline.git'
> > I, [2011-05-24 16:29:15#8368] INFO -- : Access denied or bad
> > repository path for "hugo": "git-receive-pack '/mumbo/mainline.git'"
> >
> > ***************************************************************************
*************
> > I got same problem...
> > Any suggestion would be helpful!!!!
>
I'm having the same problem.
I, [2012-01-18 15:56:09#12185] INFO -- : Connection from "189.X.X.X 6055 22"
(rquirino): git-receive-pack '~/repositories/foo/repo.git'
I, [2012-01-18 15:56:09#12185] INFO -- : Access denied or bad repository path
for "rquirino": "git-receive-pack '~/repositories/foo/repo.git'"
Anyone have any ideas?
Here's what I did to fix this issue. I checked gitorious.yml settings and noticed that "gitorious_client_host" was set to "localhost". I changed it to "gitorious.myhost.com", restarted git-daemon, and it worked.
I followed the suggestions above about making sure gitorious user, "git", had all the proper permissions and they already were correctly set. I was also able to create a repo through the website and whatnot. So it must have been something internal. And that's where I got the idea to change "gitorious_client_host".
Good luck!