[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: remote unpacker error
From: |
Stefan Monnier |
Subject: |
Re: remote unpacker error |
Date: |
Fri, 02 Dec 2016 21:29:10 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) |
> When attempting to push changes:
> Counting objects: 4, done.
> Delta compression using up to 4 threads.
> Compressing objects: 100% (4/4), done.
> Writing objects: 100% (4/4), 563 bytes | 0 bytes/s, done.
> Total 4 (delta 3), reused 0 (delta 0)
> remote: error: insufficient permission for adding an object to
> repository database ./objects
> remote: fatal: failed to write object
> error: unpack failed: unpack-objects abnormal exit
> To git.sv.gnu.org:/srv/git/emacs.git
> ! [remote rejected] master -> master (unpacker error)
Usually (for git.sv.gnu.org) this happens when you try to push over the
http protocol (i.e. as anonymous user) rather than over ssh.
Of course, maybe in the current case it's due to the maintenance.
Stefan