Home > front end >  Githib copilot please login to github and try again
Githib copilot please login to github and try again

Time:08-05

For Intellij plugin, GitHub Copilot shows error please login to github and try again.

I have already done the following:

  • Authenticated GitHub Copilot with my GitHub user and password
  • Allowed Github Copilot in GitHub account profile.
  • Restarted the IDE multiple times after the plugin installation.
  • I have license for Github Copilot.

What should I do to resolve this error?

CodePudding user response:

You have multiple discussion reporting this error.

discussions 18132 includes:

Behind corporate proxy. Used latest stable version with CLion 1.1.28.1744 and added -Dcopilot.agent.disabled=true to Custom VM properties.

Also delete github-copilot.local.xml and github-copilot.xml in .config/JetBrains/CLion2022.2/options.

  • Related