Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » Files in package explorer, Commit works error when pushing (Egit problems in Mars)
icon9.gif  Files in package explorer, Commit works error when pushing [message #1701683] Tue, 14 July 2015 23:37 Go to next message
Ralph Efan is currently offline Ralph EfanFriend
Messages: 1
Registered: July 2009
Junior Member
I'm trying to push a local file, in a project, to a remote git repository (via an SSH tunnel - this the 127.0.0.1 address below).

I was able to pull the repository from the remote using the Git Repositories view. It was an empty repo, so all I believe I did was connect a local Eclipse project with a remote git repository (I'm not using github, just a repository
elsewhere on another box on the network)

It's as I put things back, then Team->Committ that I get an error:

I'm using Eclipse MARS on Windows 7.

it's the push that seems to be failing with the error message:
eclipse.buildId=4.5.0.I20150603-2000
java.version=1.8.0_45
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments: -product org.eclipse.epp.package.java.product
Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.java.product

org.eclipse.egit.core
Error
Tue Jul 14 19:09:09 EDT 2015
An exception occurred during push on URI http://ralphw@127.0.0.1:8080/gpadmin: http://ralphw@127.0.0.1:8080/gpadmin: error occurred during unpacking on the remote end: unpack-objects abnormal exit

org.eclipse.jgit.api.errors.TransportException: http://ralphw@127.0.0.1:8080/gpadmin: error occurred during unpacking on the remote end: unpack-objects abnormal exit
at org.eclipse.jgit.api.PushCommand.call(PushCommand.java:164)
at org.eclipse.egit.core.op.PushOperation.run(PushOperation.java:228)
at org.eclipse.egit.ui.internal.push.PushOperationUI.execute(PushOperationUI.java:167)
at org.eclipse.egit.ui.internal.push.PushOperationUI$1.run(PushOperationUI.java:229)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: org.eclipse.jgit.errors.TransportException: http://ralphw@127.0.0.1:8080/gpadmin: error occurred during unpacking on the remote end: unpack-objects abnormal exit
at org.eclipse.jgit.transport.BasePackPushConnection.readStatusReport(BasePackPushConnection.java:322)
at org.eclipse.jgit.transport.BasePackPushConnection.doPush(BasePackPushConnection.java:201)
at org.eclipse.jgit.transport.TransportHttp$SmartHttpPushConnection.doPush(TransportHttp.java:807)
at org.eclipse.jgit.transport.BasePackPushConnection.push(BasePackPushConnection.java:153)
at org.eclipse.jgit.transport.PushProcess.execute(PushProcess.java:166)
at org.eclipse.jgit.transport.Transport.push(Transport.java:1200)
at org.eclipse.jgit.api.PushCommand.call(PushCommand.java:157)
... 4 more

It's been a few years since I've used git, so I'm thinking there's a gap in my knowledge about a step I need to take.
Re: Files in package explorer, Commit works error when pushing [message #1702346 is a reply to message #1701683] Tue, 21 July 2015 16:06 Go to previous message
Matthias Sohn is currently offline Matthias SohnFriend
Messages: 1268
Registered: July 2009
Senior Member
looks like something went wrong on the server side, what git server are you talking to ?
Previous Topic:Simultaneously pulling repositories
Next Topic:cannot open git-receive-pack: Server redirected too many times (20)
Goto Forum:
  


Current Time: Fri Apr 26 21:20:33 GMT 2024

Powered by FUDForum. Page generated in 0.02669 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top