Hello Sean, On Sat, Sep 20, 2008 at 01:13:53PM -0400, Sean Davis wrote: > I am new to git and trying to set up a remote repository over http. I > have configured apache2 and the bare, empty repository. Using curl, I > can get the file HEAD without a password (seems .netrc is correct?). > However, when I try to push to the repository, I get the following: > > sdavis@lestrade:/tmp/testing> git push > http://sdavis@xxxxxxxxxxxxxxxxxx/git/sean_git.git/ master > fatal: exec http-push failed. > error: failed to push some refs to > 'http://sdavis@xxxxxxxxxxxxxxxxxx/git/sean_git.git/' > > What can I do to try to debug this, as the error message isn't helping > me to sort out what is wrong. The client and server are both running > git-1.5.x (although the minor versions are a bit different). Any > suggestions? Try cloning first. And check the error log of apache. I don't know how pushing over http works, but maybe you installed git into /usr/local and /usr/local/bin is not in the PATH for the apache user? Best regards Uwe -- 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