Question

Eclipse egit always asks for credentials when contacting bitbucket https repo. How to make it remember them? I already tried the following with no luck:

  1. Check 'Store in Secure Store' in Eclipse dialog when entering credentials.
  2. git config credential.helper store
  3. ~/.netrc
Was it helpful?

Solution

Try updating to the newest EGit, version 3.3.2, avaliable from EGit's main update site, see here:

http://eclipse.org/egit/download/

EGit 3.3.1 had bug 431209, which resulted in the credentials not being stored.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top