How can I get more information about why a pull failed [message #720129] |
Mon, 29 August 2011 20:12  |
Eclipse User |
|
|
|
I'm working on the repository git.eclipse.org/platform/eclipse.platform.ua.git as a committer and have started to get an authentication error when I perform a pull or synchronize. I can clone repositories without error but if I close a repository and import the projects into a new workspace the pull or synchronize will still fail. I did not get asked for a password, it just failed.
Two things I did today which may or may not be related are updating EGit from http://download.eclipse.org/egit/updates-nightly/ and changing my committer password. Since doing these two things I can clone repositories but not do anything else that requires ssh connection to the server.
Here is the log from when I try to synchronize the workspace
org.eclipse.jgit.errors.TransportException: ssh://cgoldthor@git.eclipse.org/gitroot/platform/eclipse.platform.ua.git: Auth fail
at org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:138)
at org.eclipse.jgit.transport.SshTransport.getSession(SshTransport.java:121)
at org.eclipse.jgit.transport.TransportGitSsh$SshFetchConnection.<init>(TransportGitSsh.java:248)
at org.eclipse.jgit.transport.TransportGitSsh.openFetch(TransportGitSsh.java:147)
at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:127)
at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:113)
at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1062)
at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:136)
at org.eclipse.egit.core.op.FetchOperation.run(FetchOperation.java:128)
at org.eclipse.egit.ui.internal.fetch.FetchOperationUI.execute(FetchOperationUI.java:99)
at org.eclipse.egit.ui.internal.synchronize.SynchronizeFetchJob.run(SynchronizeFetchJob.java:75)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: com.jcraft.jsch.JSchException: Auth fail
at com.jcraft.jsch.Session.connect(Session.java:461)
at org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:128)
... 11 more
I have another machine from which I can still access the repository with no problems.
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.46189 seconds