From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82408 Path: news.gmane.org!not-for-mail From: Sven Joachim Newsgroups: gmane.emacs.gnus.general Subject: Re: Git failed Date: Thu, 18 Oct 2012 09:15:02 +0200 Message-ID: <87mwzkb6a1.fsf@turtle.gmx.de> References: <87r4owuwfx.fsf@dex.adm.naquadah.org> <871ugwcl4t.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1350568818 10803 80.91.229.3 (18 Oct 2012 14:00:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Oct 2012 14:00:18 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M30674@lists.math.uh.edu Thu Oct 18 16:00:23 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TOqe2-0007H3-VE for ding-account@gmane.org; Thu, 18 Oct 2012 16:00:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1TOqdm-00059U-Pk; Thu, 18 Oct 2012 09:00:02 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1TOkK5-0003OJ-06 for ding@lists.math.uh.edu; Thu, 18 Oct 2012 02:15:17 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1TOkK0-0004SX-J2 for ding@lists.math.uh.edu; Thu, 18 Oct 2012 02:15:16 -0500 Original-Received: from mailout-de.gmx.net ([213.165.64.23]) by quimby.gnus.org with smtp (Exim 4.72) (envelope-from ) id 1TOkJy-0005rJ-Qf for ding@gnus.org; Thu, 18 Oct 2012 09:15:10 +0200 Original-Received: (qmail invoked by alias); 18 Oct 2012 07:15:04 -0000 Original-Received: from p4FC63CC6.dip.t-dialin.net (EHLO turtle.gmx.de) [79.198.60.198] by mail.gmx.net (mp017) with SMTP; 18 Oct 2012 09:15:04 +0200 X-Authenticated: #28250155 X-Provags-ID: V01U2FsdGVkX1+JqpcbtziJihpoaX3l3hu+A8eMABQDgZKiKsssoq P8UcQVYOIx9nJy Original-Received: by turtle.gmx.de (Postfix, from userid 1000) id D74D03F48B; Thu, 18 Oct 2012 09:15:02 +0200 (CEST) Mail-Followup-To: ding@gnus.org In-Reply-To: <871ugwcl4t.fsf@thinkpad.tsdh.de> (Tassilo Horn's message of "Thu, 18 Oct 2012 09:08:50 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) X-Y-GMX-Trusted: 0 X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82408 Archived-At: On 2012-10-18 09:08 +0200, Tassilo Horn wrote: > Julien Danjou writes: > >> Am I the only one unable to clone the Git repo: >> >> % git clone https://git.gnus.org/gnus.git >> Cloning into 'gnus'... >> error: RPC failed; result=56, HTTP code = 0 >> fatal: The remote end hung up unexpectedly > > For me both http and https work fine. Looks like the https problem was introduced in curl 7.28.0: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690551. Cheers, Sven