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

Issue (likely user) with volt get #328

Open
nflew opened this issue Mar 18, 2021 · 2 comments
Open

Issue (likely user) with volt get #328

nflew opened this issue Mar 18, 2021 · 2 comments

Comments

@nflew
Copy link

nflew commented Mar 18, 2021

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:
]$

@Some7hing0riginal
Copy link

Some7hing0riginal commented Mar 19, 2021

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

@tennashi
Copy link

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

[get]
fallback_git_cmd = true

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

3 participants