vim-volt/volt

Issue (likely user) with volt get

nflew opened this issue · 2 comments

nflew commented

Hi,

I am having a very basic issue with Volt 3.7. I seems I can't grab any package with "get" with every package I get the below error message:

[nlew@Nathans-MBP:~ ]$ volt get https://github.com/tyru/caw.vim
[INFO] Full building /Users/nlew/.vim/pack/volt/opt directory ...
[INFO] Installing vimrc and gvimrc ...
! github.com/tyru/caw.vim > install failed

  • failed to install plugin: pkt-line 3: invalid capabilities: arguments not allowed (multi_ack thin-pack side-band side-band-64k ofs-delta shallow deepen-since deepen-not deepen-relative no-progress include-tag multi_ack_detailed allow-tip-sha1-in-want allow-reachable-sha1-in-want no-done symref=HEAD:refs/heads/master filter object-format=sha1 agent=git/github-g1f2d836308f3)
    [ERROR] failed to install some plugins

[nlew@Nathans-MBP:~ ]$ volt version
volt version: v0.3.7
[nlew@Nathans-MBP:~ ]$

[nlew@Nathans-MBP:~ ]$ uname -a
Darwin Nathans-MBP.lan 20.3.0 Darwin Kernel Version 20.3.0: Thu Jan 21 00:07:06 PST 2021; root:xnu-7195.81.31/RELEASE_X86_64 x86_64
[nlew@Nathans-MBP:
]$

I am getting the exact same issue:

volt get github.com/tyru/caw.vim
[INFO] Full building /home/admini/.vim/pack/volt/opt directory ...
[INFO] Installing vimrc and gvimrc ...
! github.com/tyru/caw.vim > install failed

  • failed to install plugin: pkt-line 3: invalid capabilities: arguments not allowed (multi_ack thin-pack side-band side-band-64k ofs-delta shallow deepen-since deepen-not deepen-relative no-progress include-tag multi_ack_detailed allow-tip-sha1-in-want allow-reachable-sha1-in-want no-done symref=HEAD:refs/heads/master filter object-format=sha1 agent=git/github-g9c23973022a1)
    [ERROR] failed to install some plugins

volt version
volt version: v0.3.7

This is happening for all vim plugins

workaround: set fallback_git_cmd = true in $VOLT_PATH/config.toml

[get]
fallback_git_cmd = true