| Summary: | Unable to fetch from remote repository over SSH | ||
|---|---|---|---|
| Product: | [Technology] EGit | Reporter: | Martin Polden <martin.polden> |
| Component: | Core | Assignee: | Mathias Kinzler <mathias.kinzler> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | jens.baumgart, koppaz, lxbiao1122, maarten, schweiger1984, skyred, stefan.lay, yohannlepage |
| Version: | 0.7.1 | ||
| Target Milestone: | 1.0.0 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Martin Polden
Yeah! I have the same bugs in my eclipse ! I also use Ubuntu 10.04... I have this bug with the same configuration (with github repo). I have the same configuration here. Ubuntu 10.04 LTS 64bit and Eclipse installed from Ubuntu repositories. I also tried to use sun-java6-jdk instead of openjdk-6-jdk with no success. So I dont think this error depends on the jdk/ jre. I hope this bug will be fixed soon. kind regards Nuki Same problem over here. But only on my Ubuntu 10.04 LTS 64 Bit. On my Fedora 12 64Bit I don't have this issue. But I have found a workaround. Al least is seems to work. Just delete your symlink "/usr/share/eclipse/plugins/com.jcraft.jsch_0.1.42.jar" or move it to another folder. For those who don't know how to do this, just enter the following two commands into your terminal: 1: sudo mkdir /usr/share/eclipse/bkp 2: sudo mv /usr/share/eclipse/plugins/com.jcraft.jsch_0.1.42.jar /usr/share/eclipse/bkp/ Then (re-)start Eclipse. This will create a new folder and move the above mentioned symlink to this folder. You will have to enter your login-password after the first command. By doing so, I am now able to import git-projects per ssh. I can't guarantee that everything else will work. If you have any other problems with any other plugin, just copy the symlink back to the plugins-folder and restart. (Do this by execute the following command on a terminal: "sudo mv /usr/share/eclipse/bkp/com.jcraft.jsch_0.1.42.jar /usr/share/eclipse/plugins/"). Patricks Solution worked fine for me. But I want to note, that my com.jcraft.jsch_0.1.42.jar was located in "/usr/lib/eclipse/plugins". kind regards Nuki The bug seems to have been solved in the nightly builds. Using the nightly builds repository works fine in Ubuntu 10.04 LTS. I assume the problem no longer occurs. Please reopen this message if the problem reappears. |