Eclipse

Aus Info-Theke
Zur Navigation springen Zur Suche springen


Links[Bearbeiten]

Plugins[Bearbeiten]

  • EGit:

Client[Bearbeiten]

SSH configuration in Eclipse[Bearbeiten]

  • 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.


Hand Made GIT[Bearbeiten]

If a project has a manual builded GIT repository this way will it bring to Eclipse:

If Eclipses knows the project but not the GIT repository:

  • Delete the project (but do not remove the files!)

In any case:

  • Menu "File - Import - GIT - Import - Projects from GIT"
  • Choose the directory
  • [Finsh]