stevearc / overseer.nvim

A task runner and job management plugin for Neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why did I get an error "could not read Username for 'https://github.com': terminal prompts disabled" when I install it?

nullptr-yxw opened this issue · comments

I want to install the plugin by lazy.nvim, but I got the error: could not read Username for 'https://github.com': terminal prompts disabled, just like this:

f26357104340574cc30e63f35938596d

Yet my other plugins can be downloaded normally.

My configuration is:

return {
    "stevearc/overseer",
    config = function () 
        
    end,
}

Sometimes there are git failures. Try cleaning the plugin (with x) and reinstalling. This isn't an issue with the plugin

Sometimes there are git failures. Try cleaning the plugin (with x) and reinstalling. This isn't an issue with the plugin

Uh, maybe I could solve the problem simply by specifing stevearc/overseer.nvim instead of stevearc/overseer.
Thanks for your answer and awesome plugin very much.