A2oz

How do I change my GitHub account in Copilot?

Published in GitHub 1 min read

You can change your GitHub account in Copilot by following these steps:

  1. Open your Visual Studio Code (VS Code) editor.
  2. Go to 'Tools' > 'Options'.
  3. Search for 'Copilot'.
  4. Set 'Sign in with Device Flow' to 'True'.
  5. Open 'github.com/login/device' in your browser.
  6. Log in to the GitHub account you want to use with Copilot.
  7. Follow the on-screen instructions to complete the process.

This method will allow you to link Copilot to a different GitHub account. If you're using a different code editor, the steps may vary slightly.

Related Articles