4

I am working on a hybris project using IntelliJ as editor along with GitHub version control. I have added my user login in IntelliJ via File -> Setting -> Version Control -> GitHub and also added the user in Windows -> Credential Manager -> Windows Credentials. I keep on getting pop up in IntelliJ saying Login to GitHub, I tried signing in and authorize with the token, both are a success, but no luck I keep on getting pop-ups again and again. Is there any way I can fix the issue or is there anything I am missing here? Attached are the screenshots.

NOTE:- I don't have admin rights to my system.

Pop-up

Authorize

Signin Success

Intellij Version Control

Windows Credentials

Kashyap
  • 385
  • 3
  • 13

2 Answers2

4

The IntelliJ documentation mentions

If you do not want to specify your credentials each time you sync with a remote, or push your commits, you can configure IntelliJ IDEA to save your account information (see Configure a password policy).

Maybe it is possible said policy is not set properly.
On Windows, check you have selected the "Use credential helper" option as shown here.
Then restart with cache invalidation (File - Invalidate Caches / Restart - Invalidate and Restart)

The OP kashyap confirms in the comments:

Checkbox to use credential helper was unchecked, checked that, now and it's working fine.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
-1

To clean cache and try again is one choice.

Also, you could try to delete the account and input same credentials to try again.

At last but not best, uninstall IDEA and install again for testing.