Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I think this error message is in some kind generic. My guess is the plug-in just catches an exception by the underlying commands (probably ssh, since execution fails on ls, which is likely the first command after a successful connection) and show it's own message ("execution of the ls command"). Therefore it is hard to give a working answer. I tried Daniel's answer it it didn't worked for me.</p> <p>So I dug deeper and tried to manually clone the repository via</p> <pre><code>git clone username@host.path_to_repo </code></pre> <p>and it worked charming.</p> <p>By doing so you test if your authentication method is what you expect and your <code>.ssh/config</code> is pretty as well.</p> <p>Knowing I could connect I assumed the error must be somewhere in Eclipse/EGit. For example I thought maybe the authentication method in the project import wizard was disturbing. (Putting an ssh:// in front of the path, might interfering with <code>.ssh/config</code> - anyway: nope.)<br> Or maybe the SSH settings for Eclipse were wrong: <code>Window --&gt; Preferences --&gt; General --&gt; Network Connection --&gt; SSH</code>. OH, some of my keys were not listed. Adding and restarting: same error -> frustration. All other settings looked fine. I couldn't find any good reason.</p> <p>Also my connection is not the best so every connection try takes a lot of time. Desperately I re-checked <code>Window --&gt; Preferences --&gt; Team --&gt; Git --&gt;</code> and KABAMM! I found the settings I actually was initially thinking it could be the troublemaker.</p> <pre><code>Remote connection timeout (seconds): 30 </code></pre> <p>As I said instead of lightning fast I feel more like a snail and git-plugin gave up before the server response even could reach me. At least that's my assumption 'cause since I've set the value to <code>120</code> I have more time to drink my tea and when I return there are all the branches ready to clone :)</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload