From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4078 invoked by alias); 13 Jul 2016 04:59:16 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 38839 Received: (qmail 15114 invoked from network); 13 Jul 2016 04:59:16 -0000 X-Qmail-Scanner-Diagnostics: from out5-smtp.messagingengine.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(66.111.4.29):SA:0(0.0/5.0):. Processed in 0.136636 secs); 13 Jul 2016 04:59:16 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: d.s@daniel.shahaf.name X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: none (ns1.primenet.com.au: domain at daniel.shahaf.name does not designate permitted sender hosts) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=uC3sMJjbjot5gpbM2rCmW8Sre0k=; b=QBvOBH /VfanibSh5TkRX1+Qx3pfaQhTEvLfUOfrpwWaoB065kwFGUgFy6HZCxjMJj3Er8S zqh2yW+m/tTyLwxTRiOBr2dgTHsU1c6bPkGhzIzhRxR36zBzpQkEjSwwAs/39fEh 8200IHqX0m+eocGcq91DVtXGznaxQmLeRJUeM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=uC3sMJjbjot5gpbM2rCmW8Sre0k=; b=kHIse 2OQ+tmjo9mRsNQx3IVlJPy+rq2cAcVJF+g6figSXnP7estUmV+i5v/wb8jG4G5+E 2aKWX1fI34+JYoxcRJnzDDpcvGXSbcFi9p7WdSe1QLN8asOowQXsc7u6VnMocb4T vHn31aohQ+FQ49Gn2XMjbSricKzltqvKQPrrQM= X-Sasl-enc: G/E3ZaEUVYWtTcFRetJ2xJx93N4mrnr48jZpKFSGjiC6 1468385953 Date: Wed, 13 Jul 2016 04:59:10 +0000 From: Daniel Shahaf To: zsh-workers@zsh.org Cc: Oliver Kiddle , Jordan Klassen Subject: push error Re: git-subtree completions Message-ID: <20160713045910.GB3279@tarsus.local2> References: <27621.1463140958__28965.9567446963$1463141465$gmane$org@thecus.kiddle.eu> <20160707020010.GA25225@tarsus.local2> <20160713042354.GA3279@tarsus.local2> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160713042354.GA3279@tarsus.local2> User-Agent: Mutt/1.5.21 (2010-09-15) Daniel Shahaf wrote on Wed, Jul 13, 2016 at 04:24:08 +0000: > I'll push a patch for these two in a minute (once I have the X-Seq of > this). The push failed: % git push Enter passphrase for key '/home/daniel/.ssh/sourceforge2.id_rsa': Counting objects: 7, done. Delta compression using up to 4 threads. Compressing objects: 100% (7/7), done. Writing objects: 100% (7/7), 905 bytes | 0 bytes/s, done. Total 7 (delta 5), reused 0 (delta 0) error: insufficient permission for adding an object to repository database ./objects fatal: failed to write object error: unpack failed: unpack-objects abnormal exit To ssh://git.code.sf.net/p/zsh/code ! [remote rejected] master -> master (n/a (unpacker error)) error: failed to push some refs to 'ssh://git.code.sf.net/p/zsh/code' zsh: exit 1 The patch I tried to push is on the 'master' branch of my github clone, at: https://github.com/danielshahaf/zsh/commit/37bf1b0174753b2b6d899d15b6e80ce95d76e6ad.patch No idea what the problem is; I changed nothing on my end...