"Sean Davis" <sdavis2@xxxxxxxxxxxx> writes: > 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. Do you have git-http-push somewhere? What does "git http-push" say? Probably you have a version of Git compiled with a too old libcurl (IIRC, it could have "worked", but a bug in the old libcurl could cause repository corruption, and therefore, git refuses to build http-push with such version of libcurl). -- Matthieu -- 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