Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
push error Re: git-subtree completions
- X-seq: zsh-workers 38839
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: push error Re: git-subtree completions
- Date: Wed, 13 Jul 2016 04:59:10 +0000
- Cc: Oliver Kiddle <okiddle@xxxxxxxxxxx>, Jordan Klassen <jordan@xxxxxxxxxxxxx>
- 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=
- In-reply-to: <20160713042354.GA3279@tarsus.local2>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAEsdBDkYMG6fopG9uAxXPZuDoOu5iW1QBBwM1r1-BCZ-iEtEpw@mail.gmail.com> <27621.1463140958__28965.9567446963$1463141465$gmane$org@thecus.kiddle.eu> <20160707020010.GA25225@tarsus.local2> <20160713042354.GA3279@tarsus.local2>
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...
Messages sorted by:
Reverse Date,
Date,
Thread,
Author