I followed the steps from Egit user guide, but I get an error message with auth fail.
What I do:
I have copied the public key from Window > Preferences > Network Connections > SSH2 > Key Management
to GitHub under account settings
Then I do
Team > Push
...
I enter the git@github.com:....
uri and click next. But then I get the error:
**Cannot get remote repository refs
Reason: git@github.com:.... : Auth fail**
What could be the problem?
Thanks