Eclipse: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→Links) |
|||
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
[[Kategorie:Entwicklung]] | [[Kategorie:Entwicklung]] | ||
== Links == | |||
* [[EclipseAnpassungen]] | |||
* [[PhpDebugger]] | |||
== Plugins == | == Plugins == | ||
Zeile 34: | Zeile 38: | ||
---- | ---- | ||
== Hand Made GIT == | |||
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] |
Aktuelle Version vom 10. Januar 2013, 22:47 Uhr
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
- General:
- Windows-Preferences - Team - Git - Configuration
- User Settings
- [New Entry]
- Key: http.sslVerify
- Value: false
- [OK]
- User Settings
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]