From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Bastien Newsgroups: gmane.emacs.devel Subject: Re: ELPA git repo contains zero-padded file modes and running ~$ make fails Date: Thu, 21 May 2020 08:08:57 +0200 Organization: GNU Message-ID: <87tv09ddl2.fsf@bzg.fr> References: <87zha1esp6.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="65044"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu May 21 08:09:30 2020 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 1jbeOY-000GpH-83 for ged-emacs-devel@m.gmane-mx.org; Thu, 21 May 2020 08:09:30 +0200 Original-Received: from localhost ([::1]:45750 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jbeOX-0001xN-6a for ged-emacs-devel@m.gmane-mx.org; Thu, 21 May 2020 02:09:29 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39628) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jbeO5-0001X6-6z for emacs-devel@gnu.org; Thu, 21 May 2020 02:09:01 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:38487) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jbeO4-0005dB-VF for emacs-devel@gnu.org; Thu, 21 May 2020 02:09:00 -0400 Original-Received: from lns-bzn-32-82-254-31-120.adsl.proxad.net ([82.254.31.120]:57670 helo=guerry) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1jbeO3-0004kU-3p for emacs-devel@gnu.org; Thu, 21 May 2020 02:09:00 -0400 Original-Received: by guerry (Postfix, from userid 1000) id 2364D1A603C1; Thu, 21 May 2020 08:08:57 +0200 (CEST) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:251149 Archived-At: Bastien writes: > I was able to git clone again with: > > ~$ git clone --depth=1 myusername@git.sv.gnu.org:/srv/git/emacs/elpa.git FWIW, also this is okay: ~$ git clone --config transfer.fsckobjects=false \ --config receive.fsckobjects=false \ --config fetch.fsckobjects=false \ myusername@git.sv.gnu.org:/srv/git/emacs/elpa.git -- Bastien