Issue
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't have to keep typing them in everytime? I'm using Egit in Eclipse 4.2.1
Solution
Struggled with this for a while too:
- Go to the Git Perspective -> Expand your Project -> Expand Remotes -> Expand the remote you want to save your password.
- Right-click on the Fetch or Push -> Select Change Credentials...
- Enter username and password -> Select Ok
This is the workaround I've found to work. It's a bit manual for each Git project, but it works ^_^.
Answered By - Sean Snyder
Answer Checked By - Terry (JavaFixing Volunteer)