Vim-plug: fatal: could not read Username for 'https://github.com' error for `PluginInstall` of two plugins by scrooloose

Created on 22 Sep 2017  路  1Comment  路  Source: junegunn/vim-plug

I get the following error while updating or trying to install plugins nerdtree and syntastic. The rest of the plugins seem to install just fine.

 x syntastic:                                                                                                       
 Cloning into '/home/jim/.vim/plugged/syntastic'...                                                            
 fatal: could not read Username for 'https://github.com': terminal prompts disabled                            
 x nerdtree:                                                                                                        
 Cloning into '/home/jim/.vim/plugged/nerdtree'...                                                              |
 fatal: could not read Username for 'https://github.com': terminal prompts disabled  

  • Type:

    • [ ] Bug

    • [ ] Enhancement

    • [ ] Feature Request

    • [x] Question

  • OS:

    • [ ] All/Other

    • [x] Linux

    • [ ] OS X

    • [ ] Windows

  • Vim:

    • [ ] Terminal Vim

    • [ ] GVim

    • [x] Neovim

Most helpful comment

What do your Plug commands look like for those plugins? This error usually indicates a typo, so double check the spelling for <username>/<pluginname>

>All comments

What do your Plug commands look like for those plugins? This error usually indicates a typo, so double check the spelling for <username>/<pluginname>

Was this page helpful?
0 / 5 - 0 ratings