copilot.lua icon indicating copy to clipboard operation
copilot.lua copied to clipboard

Unable to login

Open rsb177 opened this issue 1 year ago • 1 comments

I'm trying to get logged in, but when I type :Copilot auth nothing happens. I've also tried :Copilot auth signin. I don't get any errors either. Status shows that Copilot is running, but unauthenticated. My config is pretty basic:

{
    "zbirenbaum/copilot.lua",
    cmd = "Copilot",
    event = "InsertEnter",
    config = function()
      require("copilot").setup({
        panel = {
          keymap = {
            jump_prev = "<Leader>p",
            jump_next = "<Leader>n",
            open = "<C-CR>"
          }
        },
      })
    end,
  }

rsb177 avatar Jul 10 '24 14:07 rsb177

It may be a network problem, you need to wait for a while

Timmy0o0 avatar Jul 20 '24 03:07 Timmy0o0

image i have the same issue

rmGFW avatar Jan 09 '25 15:01 rmGFW

Closing as it is likely just sporadic networking issues on GitHub's side. If there is an ongoing problem please let me know and I will reopen the Issue!

AntoineGS avatar Mar 25 '25 23:03 AntoineGS