Comment puis-je push Git Pensions compte tenu de l'erreur suivante: Une Exception interne s'est produite lors de push: ssh://[email protected]/xxx/xxx.git: session est en baisse

J'ai récemment mis en place un compte github pour stocker le code source d'un projet, j'ai travaillé sur.

Je suis en utilisant egit eclipse plugin pour envoyer les modifications à github.

J'ai réussi le code initial et 2 de modifications ultérieures. Cependant lorsque j'ai voulu pousser le troisième changement, je n'en étais pas capable. La suite excepiton apparaît dans l'éclipse du journal d'erreur.

Si quelqu'un pouvait me dire la cause de cette erreur, ou me dire comment je peux aller sur le débogage le problème, il serait d'une grande aide.

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:227)
    at org.eclipse.egit.ui.internal.push.PushOperationUI.execute(PushOperationUI.java:145)
    at org.eclipse.egit.ui.internal.push.PushOperationUI$1.run(PushOperationUI.java:202)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: org.eclipse.jgit.errors.TransportException: ssh://[email protected]/xxx/xxx.git: session is down
    at org.eclipse.jgit.transport.JschSession$JschProcess.<init>(JschSession.java:154)
    at org.eclipse.jgit.transport.JschSession$JschProcess.<init>(JschSession.java:118)
    at org.eclipse.jgit.transport.JschSession.exec(JschSession.java:91)
    at org.eclipse.jgit.transport.TransportGitSsh$SshPushConnection.<init>(TransportGitSsh.java:306)
    at org.eclipse.jgit.transport.TransportGitSsh.openPush(TransportGitSsh.java:152)
    at org.eclipse.jgit.transport.PushProcess.execute(PushProcess.java:130)
    at org.eclipse.jgit.transport.Transport.push(Transport.java:1120)
    at org.eclipse.jgit.api.PushCommand.call(PushCommand.java:152)
    ... 4 more
Caused by: com.jcraft.jsch.JSchException: session is down
    at com.jcraft.jsch.Session.openChannel(Session.java:750)
    at org.eclipse.jgit.transport.JschSession$JschProcess.<init>(JschSession.java:147)
    ... 11 more
Pouvez-vous poster un screen de votre configuration dans egit? C'est l'Équipe > Distance > Confrigure Pousser Vers l'Amont.

OriginalL'auteur punkle | 2012-01-25