We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cannot install plugin using relative submodule path like kana/vim-repeat. #187
Add config value get.fallback_git_cmd.
get.fallback_git_cmd
The text was updated successfully, but these errors were encountered:
53b706f
destructive: don't clone submodules recursively
e9588e2
* Don't clone submodules recursively temporarily. (ref. #187) * Change default value of get.fallback_git_cmd (ref. #193)
b24f2df
8d3a06e
No branches or pull requests
Problem
Cannot install plugin using relative submodule path like kana/vim-repeat. #187
Solution (Workaround?)
Add config value
get.fallback_git_cmd
.installed, it tries to execute "git clone" or "git pull" as a fallback
The text was updated successfully, but these errors were encountered: