| Summary: | Cannot push changes to pde/eclipse.pde.git | ||
|---|---|---|---|
| Product: | Community | Reporter: | Curtis Windatt <curtis.windatt.public> |
| Component: | Git | Assignee: | Eclipse Webmaster <webmaster> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | Michael_Rennie |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Curtis Windatt
The sharedrepository setting seems ok. But it looks like some of the objects/ entries had bad group perms. I've fixed that and you may need to restart your git client for the changes to become visible. -M. (In reply to comment #1) > The sharedrepository setting seems ok. But it looks like some of the objects/ > entries had bad group perms. I've fixed that and you may need to restart your > git client for the changes to become visible. > > -M. After a restart I am still getting the same errors. org.eclipse.jgit.api.errors.JGitInternalException: Exception caught during execution of push command at org.eclipse.jgit.api.PushCommand.call(PushCommand.java:156) at org.eclipse.egit.core.op.PushOperation.run(PushOperation.java:194) at org.eclipse.egit.ui.internal.push.PushWizard$PushJob.run(PushWizard.java:295) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) Caused by: org.eclipse.jgit.errors.TransportException: ssh://mrennie@git.eclipse.org/gitroot/pde/eclipse.pde.git: error occurred during unpacking on the remote end: unpack-objects abnormal exit at org.eclipse.jgit.transport.BasePackPushConnection.readStatusReport(BasePackPushConnection.java:280) at org.eclipse.jgit.transport.BasePackPushConnection.doPush(BasePackPushConnection.java:171) at org.eclipse.jgit.transport.BasePackPushConnection.push(BasePackPushConnection.java:126) at org.eclipse.jgit.transport.PushProcess.execute(PushProcess.java:141) at org.eclipse.jgit.transport.Transport.push(Transport.java:1120) at org.eclipse.jgit.api.PushCommand.call(PushCommand.java:152) ... 3 more Michael: It looks like you were removed as a PDE committer in 2010, so I suspect that may be interfering with your commit. Curtis: Are you still seeing this issue? -M. No, trying from a different machine today works. I successfully pushed my changed. Thanks! |