From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Matthew Carter Newsgroups: gmane.emacs.devel Subject: Re: Requesting review before pushing patch to ELPA Date: Thu, 05 Feb 2015 13:39:05 -0500 Organization: Ahungry (http://ahungry.com) Message-ID: <87iofgdwza.fsf@ahungry.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1423161557 9775 80.91.229.3 (5 Feb 2015 18:39:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Feb 2015 18:39:17 +0000 (UTC) Cc: Stefan Monnier , emacs-devel To: Jackson Hamilton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 05 19:39:17 2015 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 1YJRKe-0004Hr-Gt for ged-emacs-devel@m.gmane.org; Thu, 05 Feb 2015 19:39:16 +0100 Original-Received: from localhost ([::1]:44372 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJRKd-0004WK-Uw for ged-emacs-devel@m.gmane.org; Thu, 05 Feb 2015 13:39:15 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41681) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJRKa-0004Ub-L1 for emacs-devel@gnu.org; Thu, 05 Feb 2015 13:39:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJRKX-0002hd-VS for emacs-devel@gnu.org; Thu, 05 Feb 2015 13:39:12 -0500 Original-Received: from li130-200.members.linode.com ([69.164.215.200]:32815 helo=mail.ahungry.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJRKX-0002hZ-Sm for emacs-devel@gnu.org; Thu, 05 Feb 2015 13:39:09 -0500 Original-Received: from Prometheus (99-40-9-245.lightspeed.livnmi.sbcglobal.net [99.40.9.245]) by mail.ahungry.com (Postfix) with ESMTPSA id F102B4079; Thu, 5 Feb 2015 13:39:08 -0500 (EST) In-Reply-To: (Jackson Hamilton's message of "Thu, 5 Feb 2015 10:17:57 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 69.164.215.200 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:182468 Archived-At: Jackson Hamilton writes: > Heys guys, I am having an issue pushing to ELPA: > > $ git push origin master > Counting objects: 1127, done. > Delta compression using up to 4 threads. > Compressing objects: 100% (431/431), done. > fatal: read error: Connection reset by peer > error: pack-objects died of signal 13 > error: failed to push some refs to 'git://git.sv.gnu.org/emacs/elpa' > > I am not sure what's up. > > I looked up these errors, and apparently "error: pack-objects died of > signal 13" has something to do with the size of the push? The push does > include my whole project history, but I don't have any particularly large > binary files in my repo besides maybe 6 or 7 .png files. > > I've added the "Project Members GPG Keyring" with gpg --import. Perhaps I > am still not properly authenticated? (Sorry, I'm not too familiar with gpg > or keys.) > > Thanks, > Jackson > > On Thu, Feb 5, 2015 at 6:10 AM, Stefan Monnier > wrote: > Hi Jackson, When you issue 'git remote -v' do you see something similar to: origin jackson@git.sv.gnu.org:/srv/git/emacs/elpa.git Or do you see an URL without your Savannah username included? The default checkout didn't seem pushable to me (I had your same issue). I fixed by setting the remote to what you see above (well, in my case I just re-cloned via): git clone 'jackson@git.sv.gnu.org:/srv/git/emacs/elpa.git' Obviously make sure to add your SSH keys to Savannah first (and in the sample commands change 'jackson' to your Savannah user'). -- Matthew Carter (m@ahungry.com) http://ahungry.com