From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Leake Newsgroups: gmane.emacs.devel Subject: ELPA repository broken Date: Mon, 15 Feb 2016 11:33:20 -0600 Message-ID: <86lh6lubdr.fsf@stephe-leake.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1455557730 3819 80.91.229.3 (15 Feb 2016 17:35:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Feb 2016 17:35:30 +0000 (UTC) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 15 18:35:17 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aVN3F-00025K-Cw for ged-emacs-devel@m.gmane.org; Mon, 15 Feb 2016 18:35:09 +0100 Original-Received: from localhost ([::1]:34686 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVN3E-0007SG-IC for ged-emacs-devel@m.gmane.org; Mon, 15 Feb 2016 12:35:08 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60169) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVN3B-0007Qt-Db for emacs-devel@gnu.org; Mon, 15 Feb 2016 12:35:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVN37-00027I-GB for emacs-devel@gnu.org; Mon, 15 Feb 2016 12:35:05 -0500 Original-Received: from gproxy7-pub.mail.unifiedlayer.com ([70.40.196.235]:36249) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1aVN37-00026Z-7y for emacs-devel@gnu.org; Mon, 15 Feb 2016 12:35:01 -0500 Original-Received: (qmail 10084 invoked by uid 0); 15 Feb 2016 17:34:44 -0000 Original-Received: from unknown (HELO cmgw3) (10.0.90.84) by gproxy7.mail.unifiedlayer.com with SMTP; 15 Feb 2016 17:34:44 -0000 Original-Received: from host114.hostmonster.com ([74.220.207.114]) by cmgw3 with id JoaW1s0032UdiVW01oaZyQ; Mon, 15 Feb 2016 17:34:41 -0700 X-Authority-Analysis: v=2.1 cv=bej4Do/B c=1 sm=1 tr=0 a=CQdxDb2CKd3SRg4I0/XZPQ==:117 a=CQdxDb2CKd3SRg4I0/XZPQ==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=hEr_IkYJT6EA:10 a=x_XPkuGwIRMA:10 a=jFJIQSaiL_oA:10 a=mDV3o1hIAAAA:8 a=0LgB_EDhjzurI8m7h4oA:9 Original-Received: from [76.218.37.33] (port=53804 helo=TAKVER4) by host114.hostmonster.com with esmtpa (Exim 4.84) (envelope-from ) id 1aVN2e-0004gG-Es for emacs-devel@gnu.org; Mon, 15 Feb 2016 10:34:32 -0700 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (windows-nt) X-Identified-User: {2442:host114.hostmonster.com:stephele:stephe-leake.org} {sentby:smtp auth 76.218.37.33 authed with stephen_leake@stephe-leake.org} X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 70.40.196.235 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:199978 Archived-At: I'm upgrading to a new computer (Windows 8.1), so I'm checking out Gnu ELPA again. I have two issues: 1) using git clone git://git.sv.gnu.org/emacs/elpa works until it encounters an error: stephe@Takver4$ git clone git://git.sv.gnu.org/emacs/elpa Cloning into 'elpa'... remote: Counting objects: 93878, done. remote: Compressing objects: 100% (32515/32515), done. error: object 2699d230e3b592ae42506d7b5c969a7ac6a4593c: zeroPaddedFilemode: contains zero-padded file modes fatal: Error in object Can I fix this, or does some admin have to fix it? 2) using ssh (for write access) gives a different error: git clone ssh://stephen_leake@git.sv.gnu.org/emacs/elpa Cloning into 'elpa'... fatal: '/emacs/elpa' does not appear to be a git repository fatal: Could not read from remote repository. I obtained this URL by replacing "git://" with "ssh://stephen_leake"; the same transformation on the emacs git URL works fine. What is the proper ssh URL syntax for Gnu ELPA? -- -- Stephe