我的承诺并从我的STS Eclipse推送到Bitbucket去年工作得很好。我没有改变任何东西,但今天我收到以下错误:
有人为什么? 如果我做了拉,我会遇到以下异常:
实际上我不知道该怎么做,在过去的半年里我没有改变任何关于git的事情。
[编辑]
我已经安装了这个Eclipse Bundles:
我认为这是问题所在:
org.crashub的POM:crash.shell:jar:1.3.1无效,传递依赖(如果有的话)将不可用,启用调试日志记录以获取更多详细信息
有谁知道如何解决这个问题?
[EDIT2] 我已经安装了新版本的STS(3.7.2)和Iam也得到了同样的例外:
org.eclipse.jgit.api.errors.TransportException:无效广告 在org.eclipse.jgit.api.LsRemoteCommand.execute(LsRemoteCommand.java:223) 在org.eclipse.jgit.api.LsRemoteCommand.call(LsRemoteCommand.java:159) 在org.eclipse.egit.core.op.ListRemoteOperation.run(ListRemoteOperation.java:99) 在org.eclipse.egit.ui.internal.components.RefSpecPage $ 3.run(RefSpecPage.java:254) at org.eclipse.jface.operation.ModalContext $ ModalContextThread.run(ModalContext.java:119) 引起:org.eclipse.jgit.errors.PackProtocolException:无效的广告 at org.eclipse.jgit.transport.TransportHttp $ HttpObjectDB.invalidAdvertisement(TransportHttp.java:746) at org.eclipse.jgit.transport.TransportHttp $ HttpObjectDB.readAdvertisedImpl(TransportHttp.java:712) at org.eclipse.jgit.transport.TransportHttp.newDumbConnection(TransportHttp.java:328) at org.eclipse.jgit.transport.TransportHttp.openFetch(TransportHttp.java:306) 在org.eclipse.jgit.api.LsRemoteCommand.execute(LsRemoteCommand.java:202) ......还有4个
使用Git Bash它仍然可以正常工作。有谁知道我怎么能单独这个?