Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fatal: could not read Username for 'https://github.com': terminal prompts disabled #58

Open
RossComputerGuy opened this issue Feb 22, 2019 · 1 comment

Comments

@RossComputerGuy
Copy link

Failed to install due to this error:

x seoul256.vim:
    Cloning into '/home/ross/.vim/plugged/seoul256.vim'...
    fatal: could not read Username for 'https://github.com': terminal prompts disabled

In my .vimrc/.config/nvim/init.vim (Removed extra stuff to make it easier to follow):

call plug#begin('~/.vim/plugged')
  Plug 'anned20/vimsence'

  Plug 'junegunn/seoul256.vim'
  Plug 'junegunn/vim-easy-align'
call plug#end()

Plug version: 0.10.0-1
Neovim version: 0.3.4-2

@junegunn
Copy link
Owner

This usually happens when you have a typo in a Plug argument. Make sure that you typed my handle correctly when you tested it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants