Community
Participate
Working Groups
I tried to push a change when there was some probelm with my account (it did not have the correct group permissions on the server, I think). A push job was displayed in the progress view but did not complete and could not be cancelled. No error was reported. When I tried to push from the command line I got the following output: bq. Counting objects: 19, done. Delta compression using up to 4 threads. Compressing objects: 100% (5/5), done. Writing objects: 100% (10/10), 641 bytes, done. Total 10 (delta 4), reused 0 (delta 0) fatal: unable to create 'refs/heads/master.lock': Permission denied fatal: The remote end hung up unexpectedly
4.3.0.201603230046 I tried to push a commit to ssh://mkeller@git.eclipse.org/gitroot/www.eclipse.org/swt.git , and all I got as failure message was: "ssh://mkeller@git.eclipse.org/gitroot/www.eclipse.org/swt.git: error occurred during unpacking on the remote end: unpack-objects abnormal exit" Command-line git 2.7.0 reveals the actual problem: 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 ssh://mkeller@git.eclipse.org/gitroot/www.eclipse.org/swt.git ! [remote rejected] master -> master (unpacker error) error: failed to push some refs to 'ssh://mkeller@git.eclipse.org/gitroot/www.eclipse.org/swt.git'