7

I'm using Eclipse (Egit) and GitHub and I'm receiving this notice:

Hi,

You recently used a password to access the repository with git using JGit/5.10.0.202012080955-r.

Basic authentication using a password to Git is deprecated and will soon no longer work. Visit https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information around suggested workarounds and removal dates.

Currently I'm using HTTPS connection with user and password and probably I have to switch to a HTTPS token, but how can I configure Eclipse/Egit for an HTTPS token?

Tobia
  • 9,165
  • 28
  • 114
  • 219

1 Answers1

10

Github deprecated the authentication of using your personal account password. You will need to change your git credentials in Eclipse to use a personal access token instead of using your Github account password.

Link for creating a personal access token.

Link for changing your credentials in Eclipse.

Dharman
  • 30,962
  • 25
  • 85
  • 135
Tal
  • 192
  • 2
  • 4