Re: git over http
From: Mike Hommey <hidden>
Date: 2016-06-15 22:44:30
On Sat, Apr 19, 2008 at 11:05:36AM -0700, jacobhenry wrote:
The past couple days I have tried to configure git over http. To this point
I have it working for a small repository. However, when I try to push a
large directory to the server, it gives me a very vague description of the
error "http-push died with strange error". My apache logs do not even
flicker. Is there anywhere I can look to see what the actual error is?
Here is the trace:
Fetching remote heads...
refs/
refs/heads/
refs/tags/
updating 'refs/heads/master'
from 0000000000000000000000000000000000000000
to 267c7ff02a8dbd0e0d81bbfeee4e64faa4773f83
sending 301 objects
done
Updating remote server info
Waiting for http://url/webservice.git/objects/95/
error: http-push died with strange error
error: failed to push to 'http://url/webservice.git/'Is your server webdav-enabled ? If yes, can you try again with the GIT_CURL_VERBOSE environment variable set ? Mike