[已解决]vscode的github copilot登不上

在我点击了使用github账号登录之后没有任何反应


报错日志如下:

2025-05-19 18:03:53.979 [error] [default] github.copilot.signIn: TokenResultError [CopilotAuthError]: Timed out waiting for authentication provider to register
   {
  result: {
    reason: 'NotSignedIn',
    message: 'Timed out waiting for authentication provider to register'
  },
  [cause]: undefined
}

有佬友知道怎么解决这个问题吗
目前已经尝试过:

  • 卸载vscode重装
  • 卸载插件重装
  • 在本地删除github.copilot-1.322.1572github.copilot-chat-0.27.1

这些方法都没有效果

2 个赞

vscode GITHUB Copilot Chat 插件登录无效 解决方案 这个看看有效吗

1 个赞

我没有安装过那个插件,但我感觉应该是插件冲突的问题

超时。你换个代理呢

破案了,是copilot的配置文件有问题

"github.copilot.advanced": {
        "authProvider": "github-enterprise"
    }

把这行删掉就解决了

1 个赞

遇到了一样的问题,感谢

此话题已在最后回复的 30 天后被自动关闭。不再允许新回复。