zed icon indicating copy to clipboard operation
zed copied to clipboard

Windows: I don't know why I can't log in to GitHub copilot.

Open BedRockJie opened this issue 1 month ago • 2 comments

Summary

E:\Code\TeamDocument>zed --version Zed 0.213.3 b17c0898836251bcae3c40303f6c296634a78b17 – \?\E:\Program Files\Zed\Zed.exe

As you can see in the image, it fails to initiate login. Image

Zed Version and System Specs

Zed: v0.213.3 (Zed) OS: Windows 10.0.19044 Memory: 63.8 GiB Architecture: x86_64 GPU: NVIDIA RTX A5000 || NVIDIA Corporation || 572.61 r572_46

If applicable, attach your Zed.log file to this issue.

Zed.log
2025-11-20T16:31:10+08:00 INFO  [lsp] starting language server process. binary path: "C:\\Users\\Nova004746\\AppData\\Local\\Zed\\languages\\package-version-server\\package-version-server-v0.0.8.exe", working directory: "E:\\Code\\TeamDocument", args: []
2025-11-20T16:31:11+08:00 INFO  [lsp] starting language server process. binary path: "E:\\Program Files\\nodejs\\node.exe", working directory: "E:\\Code\\TeamDocument", args: ["C:\\Users\\Nova004746\\AppData\\Local\\Zed\\languages\\json-language-server\\node_modules/vscode-langservers-extracted/bin/vscode-json-language-server", "--stdio"]
2025-11-20T16:31:47+08:00 INFO  [lsp] Language server with id 0 sent unhandled notification didChangeStatus:
{
  "busy": false,
  "kind": "Error",
  "message": "You are not signed into GitHub."
}
2025-11-20T16:31:54+08:00 INFO  [lsp] Language server with id 0 sent unhandled notification didChangeStatus:
{
  "busy": false,
  "kind": "Error",
  "message": "You are not signed into GitHub."
}
2025-11-20T16:32:00+08:00 ERROR [crates/language_models/src/provider/lmstudio.rs:652] Other(Failed to connect to LM Studio API: 503 Service Unavailable )
2025-11-20T16:32:01+08:00 INFO  [lsp] Language server with id 0 sent unhandled notification didChangeStatus:
{
  "busy": false,
  "kind": "Error",
  "message": "You are not signed into GitHub."
}
2025-11-20T16:32:02+08:00 INFO  [lsp] Language server with id 0 sent unhandled notification didChangeStatus:
{
  "busy": false,
  "kind": "Error",
  "message": "You are not signed into GitHub."
}
2025-11-20T16:32:02+08:00 INFO  [lsp] Language server with id 0 sent unhandled notification didChangeStatus:
{
  "busy": false,
  "kind": "Error",
  "message": "You are not signed into GitHub."
}
2025-11-20T16:32:03+08:00 INFO  [lsp] Language server with id 0 sent unhandled notification didChangeStatus:
{
  "busy": false,
  "kind": "Error",
  "message": "You are not signed into GitHub."
}
2025-11-20T16:32:03+08:00 INFO  [lsp] Language server with id 0 sent unhandled notification didChangeStatus:
{
  "busy": false,
  "kind": "Error",
  "message": "You are not signed into GitHub."
}
2025-11-20T16:32:04+08:00 INFO  [lsp] Language server with id 0 sent unhandled notification didChangeStatus:
{
  "busy": false,
  "kind": "Error",
  "message": "You are not signed into GitHub."
}
2025-11-20T16:35:32+08:00 INFO  [gpui::platform::windows::directx_renderer] Updating monochrome_sprite_pipeline buffer size from 1024 to 2048
2025-11-20T16:36:25+08:00 INFO  [lsp] Language server with id 0 sent unhandled notification didChangeStatus:
{
  "busy": false,
  "kind": "Error",
  "message": "You are not signed into GitHub."
}
2025-11-20T16:36:26+08:00 INFO  [lsp] Language server with id 0 sent unhandled notification didChangeStatus:
{
  "busy": false,
  "kind": "Error",
  "message": "You are not signed into GitHub."
}
2025-11-20T16:36:26+08:00 INFO  [lsp] Language server with id 0 sent unhandled notification didChangeStatus:
{
  "busy": false,
  "kind": "Error",
  "message": "You are not signed into GitHub."
}
2025-11-20T16:36:26+08:00 INFO  [lsp] Language server with id 0 sent unhandled notification didChangeStatus:
{
  "busy": false,
  "kind": "Error",
  "message": "You are not signed into GitHub."
}
2025-11-20T16:36:26+08:00 INFO  [lsp] Language server with id 0 sent unhandled notification didChangeStatus:
{
  "busy": false,
  "kind": "Error",
  "message": "You are not signed into GitHub."
}


BedRockJie avatar Nov 20 '25 08:11 BedRockJie

That's very odd! Could you try logging into Zed and see if that works? "Sign in" in the top right corner 🙏

franciskafyi avatar Nov 21 '25 23:11 franciskafyi

It suddenly became possible to log in again, which is strange. This seems to trigger under certain specific circumstances. Could it be because I had Gemini CLI open before?

BedRockJie avatar Nov 22 '25 14:11 BedRockJie

Weird! Anything interesting in your Logs?

Gemini CLI shouldn't interfere with this.

franciskafyi avatar Nov 24 '25 21:11 franciskafyi

I don't have that issue anymore. I closed all sessions, and now it's working properly.

BedRockJie avatar Dec 01 '25 01:12 BedRockJie