How to make Egit remember password and username?

后端 未结 6 1358
独厮守ぢ
独厮守ぢ 2020-12-08 20:42

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\

6条回答
  •  眼角桃花
    2020-12-08 20:50

    Secure Storage is your direct provider of credentials.

    So, go to:

    • Window->Preferences->General->Network
    • Change Provider to "Direct"

    This should really be the default since Secure Storage is the default provider in Eclipse.

    You can also change the git preferences to not pop up confirmation dialogs and the overall result will be a very fast workflow

提交回复
热议问题