Eclipse: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 34: | Zeile 34: | ||
---- | ---- | ||
== 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] |
Version vom 7. März 2012, 09:00 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
- 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
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]