I've set up git as an http application as per the instructions at: http://docs.webfaction.com/software/git.html I've set receivepack to true and postBuffer to 524288000 I can authenticate and pull from the repository over https. But when I push, I get the following error after being asked to authenticate twice. I am able to log into https://git.alk.io and the authentication works, as well as when I do a git pull. The error_git_php.log is giving me a "Password Mismatch" error. I'm running git 1.8.0.1 on OS X 10.6.8 (snow leopard) git pull log (completes successfully)
git push log
error_git_php.log -- Note the two password prompts above, but only 1 password failure appears in the log file.
asked 09 Dec '12, 02:37 polastre |
I believe that the problem may be your git repo URLs are incorrect. It looks like:
As per our git documentation, you normally would use a URL like this:
then push with " If you continue to experience trouble, you can open a support ticket and allow us to try cloning your repository and pushing a trivial change to see if we can reproduce the problem for further investigation. Hope that helps! answered 09 Dec '12, 02:48 ryans ♦♦ @ryans, you're good. The /repos/ was the fix. FWIW, the "URL_path" in the docs is what was causing the confusion. Thanks.
(09 Dec '12, 13:28)
polastre
|