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

[volt get] When clone/fetch/pull is failed, should try to run git command #193

Closed
tyru opened this issue Feb 17, 2018 · 0 comments
Closed

Comments

@tyru
Copy link
Member

tyru commented Feb 17, 2018

Problem

Cannot install plugin using relative submodule path like kana/vim-repeat. #187

Solution (Workaround?)

Add config value get.fallback_git_cmd.

  • true (default): When "volt get" or "volt get -u" fail and "git" command is
    installed, it tries to execute "git clone" or "git pull" as a fallback
  • false: "volt get" or "volt get -u" won't try to execute fallback commands
@tyru tyru closed this as completed in 53b706f Feb 18, 2018
tyru added a commit that referenced this issue Apr 21, 2018
* Don't clone submodules recursively temporarily. (ref. #187)
* Change default value of get.fallback_git_cmd (ref. #193)
tyru added a commit that referenced this issue Apr 21, 2018
* Don't clone submodules recursively temporarily. (ref. #187)
* Change default value of get.fallback_git_cmd (ref. #193)
tyru added a commit that referenced this issue Apr 21, 2018
* Don't clone submodules recursively temporarily. (ref. #187)
* Change default value of get.fallback_git_cmd (ref. #193)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant