I recently set up a github account to store the source code of a project I have been working on.
I am using egit eclipse plugin to push changes to <
I experienced the same issue. Resolution follows:
Eclipse view --> Git repositories)..ssh folder(Users/.ssh) and delete the key files(public and private).Window --> Preferences --> General tab --> Network connections --> SSH2).github/SSH KeysEdit You may not need to delete all the key files. If you have already added a key file previously (perhaps while setting up native Git), you can just add the name of that file in list of keys, and it will work.