* How to build git-remote-http properly?
@ 2010-11-09 1:42 public_vi
2010-11-09 1:50 ` public_vi
0 siblings, 1 reply; 2+ messages in thread
From: public_vi @ 2010-11-09 1:42 UTC (permalink / raw)
To: git
I have built git from sources, but git-remote-http[s] does not work: it
sends invalid data.
https://gist.github.com/667250
While normal (the one from deb package) sends a thing like this: %%%
0084f4ff491badd7290e3bcc83b7e783b0b34b8fa5ce
157b8e24592ee8a587da4aa19ae0d2b5395308dc refs/heads/master.
report-status side-band-64k0000PACK..........x....<truncated>
(http://vi-server.org/vi/d/git_http_push_failure.cap)
%%% from-souce git-remote-http sends things like this: %%%
0084f4ff491badd7290e3bcc83b7e783b0b34b8fa5ce
157b8e24592ee8a587da4aa19ae0d2b5395308dc
refs/heads/master.....!..........I0..I...I............!...............
...8...P...h..................I.......................I.......................I............`...`......I.......................I.......................I.......................I.....................................................a..............(.......p...http.....
(http://vi-server.org/vi/d/git_http_push_failure.cap)
%%% which causes http backend to reject the garbage and remote-http
hangs or reports error.
What cause it? How to investigate/fix? May be there should be a test for
git-remote-http integrity?
Additional information is in https://gist.github.com/667250
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: How to build git-remote-http properly?
2010-11-09 1:42 How to build git-remote-http properly? public_vi
@ 2010-11-09 1:50 ` public_vi
0 siblings, 0 replies; 2+ messages in thread
From: public_vi @ 2010-11-09 1:50 UTC (permalink / raw)
To: git
Have found the problem right after sending the letter:
/usr/local/lib contained bad libcurl/libexpat. Removing them immediately
fixed things.
On 11/09/2010 03:42 AM, public_vi wrote:
> I have built git from sources, but git-remote-http[s] does not work:
> it sends invalid data.
>
> https://gist.github.com/667250
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-11-09 1:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-09 1:42 How to build git-remote-http properly? public_vi
2010-11-09 1:50 ` public_vi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).