| Summary: | push does not report error when trying to push if not authorized / insufficient permission | ||
|---|---|---|---|
| Product: | [Technology] JGit | Reporter: | Sam Davis <sam.davis> |
| Component: | JGit | Assignee: | Project Inbox <jgit.core-inbox> |
| Status: | NEW --- | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | loskutov, markus.kell.r, remy.suen |
| Version: | 4.3 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Sam Davis
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' |