copilot.lua
copilot.lua copied to clipboard
Unable to login
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,
}
It may be a network problem, you need to wait for a while
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!