Eclipse: Unterschied zwischen den Versionen

Aus Info-Theke
Zur Navigation springen Zur Suche springen
Zeile 3: Zeile 3:
== Plugins ==
== Plugins ==
* EGit:
* EGit:
== Client ==
=== SSH configuration in Eclipse ===
* Windows-Preferences - General - Network Connections - SSH2
** General:
*** ssh2home: C:\Users\winfried\.ssh (Beispiel)
*** Private keys: id_dsa,id_rsa
** Key Management:
*** [Generate RSA Key]
*** Passphrase: xxx
*** Confirm passphrase: xxx
*** [Save private Key]
*** [assign public key to user in Gerrit|Tools.Gerrit.Atries#SSHConfiguration]
** Authentication Methods:
** check "public" and "passwort" and move them to the top of the list
[http://wiki/aWiki/attach/Tools.Git/eclipse_ssh_authconf.png]
----
* Windows-Preferences - Team - Git - Configuration
** User Settings
*** [New Entry]
*** Key: http.sslVerify
*** Value: false
*** [OK]
----
If there is an authorization problem (eg. after changing the key) Eclipse should be restarted completely.
----

Version vom 25. Februar 2012, 22:35 Uhr


Plugins

  • EGit:

Client

SSH configuration in Eclipse

  • Windows-Preferences - General - Network Connections - SSH2
    • General:
      • ssh2home: C:\Users\winfried\.ssh (Beispiel)
      • Private keys: id_dsa,id_rsa
    • Key Management:
      • [Generate RSA Key]
      • Passphrase: xxx
      • Confirm passphrase: xxx
      • [Save private Key]
      • [assign public key to user in Gerrit|Tools.Gerrit.Atries#SSHConfiguration]
    • Authentication Methods:
    • check "public" and "passwort" and move them to the top of the list

[1]


  • Windows-Preferences - Team - Git - Configuration
    • User Settings
      • [New Entry]
      • Key: http.sslVerify
      • Value: false
      • [OK]

If there is an authorization problem (eg. after changing the key) Eclipse should be restarted completely.