Egit hooks do not get triggered

(Original answer: June 2011) MatrixFrog correctly points out to the bug 299315, which mentions those hooks aren’t supported yet. You also can explore the JGit repository, now on GitHub, which doesn’t show any commit about hooks. And you can search for ‘hook’ in the EGit User Guide: the notion of hook isn’t mentioned either. Update … Read more

‘cannot open git-upload-pack’ error in Eclipse when cloning or pushing git repository

Might also be bad SSL cert, fix the server If you have a GIT server with an outdated or self-signed SSL cert fix the server, afterwards everything should run fine. Insecure Hotfix: Let the client accept any certificate The following solution is just a mere hotfix on client side and should be avoided as it … Read more

“Auth Failed” error with EGit and GitHub

My answer may be outdated but hopefully it can be useful for someone. In your Eclipse go to Window > Preferences > General > Network Connections > SSH2 (or just type “SSH2” in preferences window filter box). In “Key Management” tab press “Generate RSA Key…” button. Optionally you can add comment (usually e-mail address) and … Read more