From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Repository problem? Date: Fri, 31 Dec 2021 14:51:08 +0200 Message-ID: <83czldgcoz.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28881"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: John Yates Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Dec 31 14:29:56 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n3Hym-0007L4-CR for ged-emacs-devel@m.gmane-mx.org; Fri, 31 Dec 2021 14:29:56 +0100 Original-Received: from localhost ([::1]:43020 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n3Hyl-0003sx-8z for ged-emacs-devel@m.gmane-mx.org; Fri, 31 Dec 2021 08:29:55 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:53918) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n3HN7-0000IG-Sd for emacs-devel@gnu.org; Fri, 31 Dec 2021 07:51:03 -0500 Original-Received: from [2001:470:142:3::e] (port=39174 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n3HN7-00019q-AC; Fri, 31 Dec 2021 07:51:01 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=axNmNlZ2JVeRbLHT51qzQfhNUaaJ6vsRaOuJLWl8jf8=; b=jTQwDKNnrXan +oyI0di8GN+BooC6Y9HFLGjwXWippeGnPWXo5a9ilsrFCr8Sw8zojoxw/ipCRvOMoirRqWagEXWMk sydWcydi5KOp4L2j75mldjekCX5AfUBXb9VGrzI1h6h0/yUzzz7RDKrxJwxQgxHO9HTas85Bsie/B moRlqto+VuDTzXE+PTlEaFbmTqVERM3y4PSZdqNzY8rpUPcAEJS8dhynArldnzwDKMaM/qvpy+FSq fWYQCmha431x/F8a5tPAWZF89lOSUrw1rUs3NS6GNdyAiUpz0s7MLSei+O3h7WK9oMQSJdIfxhxfE oi42f01GizaDI96Q8W2zqQ==; Original-Received: from [87.69.77.57] (port=4812 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n3HN6-0003JO-W8; Fri, 31 Dec 2021 07:51:01 -0500 In-Reply-To: (message from John Yates on Fri, 31 Dec 2021 06:40:57 -0500) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:283740 Archived-At: > From: John Yates > Date: Fri, 31 Dec 2021 06:40:57 -0500 > > $ git clone git://git.savannah.gnu.org/emacs.git > Cloning into 'emacs'... > remote: fatal: Out of memory, realloc failed > remote: aborting due to possible repository corruption on the remote side. > fatal: early EOF > fatal: fetch-pack: invalid index-pack output I get this: ~/test-clone$ git clone git://git.savannah.gnu.org/emacs.git Cloning into 'emacs'... fatal: unable to connect to git.savannah.gnu.org: git.savannah.gnu.org[0: 2001:470:142::168]: errno=Connection refused git.savannah.gnu.org[1: 209.51.188.168]: errno=Connection refused But: ~/test-clone$ git clone https://git.savannah.gnu.org/git/emacs.git Cloning into 'emacs'... remote: Counting objects: 968472, done. remote: Compressing objects: 100% (177822/177822), done. remote: Total 968472 (delta 795603), reused 960310 (delta 789344) Receiving objects: 100% (968472/968472), 349.50 MiB | 7.58 MiB/s, done. Resolving deltas: 100% (795603/795603), done. Checking out files: 100% (4575/4575), done. I will ask Savannah folks whether the git:// protocol was intentionally disabled or is this just some snafu.