I\'m working onn a project in Eclipse hosted on Github. Everytime I want to push, a dialog pops up asking for username and password. Anybody know how to save these so I don\
This can happen if the saved password in secure storage doesn't match with the typed one. Here's how you can fix it:
From Eclipse toolbar navigate to Window > Preferences > Security > Secure Storage > Contents Tab > [Default Secure Storage] > GIT > "whatever github url"
Select the url and delete the current user.
Eclipse will ask for a restart. Do it.
Push new changes and this time egit will prompt to save credentials in secure storage which was removed from the previous step.