When I :Plugin Update, then report blow error message:
4 - Finishing ... Done!
5 x bufexplorer
6 error: Missing value for 'credential.helper'
7 fatal: unable to parse command-line config
8 x vim-cpp-enhanced-highlight
9 error: Missing value for 'credential.helper'
10 fatal: unable to parse command-line config
11 x LeaderF
12 error: Missing value for 'credential.helper'
13 fatal: unable to parse command-line config
14 x semantic-highlight.vim
15 error: Missing value for 'credential.helper'
16 fatal: unable to parse command-line config
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Oct 21 2019 14:03:15)
Included patches: 1-207, 209-629
git version 1.8.3.1
Caused by #1026.
We should avoid adding -c credential.helper= if git version is too low.
/cc @mattn
Add a version check? Maybe git 2.0.0?
Sounds good.
Thanks
@walkerdu It should be fixed now. :PlugUpgrade and try again. Thanks for the report.
@junegunn Thanks~