-
Notifications
You must be signed in to change notification settings - Fork 6.3k
GitHub copilot extension is not able to authenticate #7070
-
Hi everyone,
I tried to manually download vsix file of GitHub copilot and install, when I try to sign in into the GitHub copilot. I get this pop up of You have not yet finished authorizing this extension to use GitHub. Would you like to try a different way? (personal access token) Source: GitHub Authentication
when i click on yes. it asks to create a personal acess token when I get give the personal token, I am getting this below error in the output window.
auth: Error: No auth flow succeeded.
at a.GitHubServer login (/code-server-4.93.1-linux-amd64/lib/vscode/extensions/github-authentication/dist/extension js 1:228535)
at process TicksAndRejections (node internal/process/task_queues:95:5)
at a.GitHubAuthenticationProvider.createSession (/code-server-4.93.1-linux-amd64/lib/vscode/extensions/github- authentication/dist/extension.js:1:224358)
at c. $createSession (/code-server-4.93.1-linux-amd64/lib/vscode/out/vs/workbench/api/node/out-vscode-reh-
web/vs/workberich/api/node/file:/home/runner/work/code-server/code- server/lib/vscode/src/vs/workbench/api/common/extHostAuthentication.ts:89:11)
I am using the latest github copilot and vs-codeserver (v4.93.1) vs code (1.93.1)
is there any workaround for this issue?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
The latest is actually 4.95.1, do you know if it happens there? Possibly there was a change to the auth system and we need to update our patch.
Beta Was this translation helpful? Give feedback.