Search code examples
eclipsegitzend-studioegitjgit

Git plugin for Zend Studio 9 (eclipse) not Pushing upstream


When I try to push added and committed changes upstream I get a dialog box with a 'Message Detail field" that indicates:

Repository git@git.somehostedplace.com:somerepo.git

Not Implemented! TODO

On the command line I can push to the repo, so I'm pretty sure it's a Zend/Eclipse issue. Anyone ever see this before and have any idea what's going on?

My versions of JGit and EGit is 1.3.0.20120215

Additionl information: When I browse on the command line to the project workspace and the code, I can push it and I get the same TODO message. The issue seems limited soley to the IDE created copy, because if I do a regular git clone on the command line everything works fine...


Solution

  • So after digging around a bit I found that if you right click on the Git project and select Team->Remote->'Configure Push To Upstream' a dialog opens.

    A box at the bottom of the dialog labeled "Ref Mapping" with some odd stuff in it. I deleted the entry in the box and now I can push without any issue.