diff options
Diffstat (limited to 'FAQ.md')
-rw-r--r-- | FAQ.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +**Q: I get 'fatal: dumb http transport does not support shallow capabilities'** + +**A:** If this is when using vim-plug, it's because it needs to be configured +with `let g:plug_shallow = 0` for that plugin manager to work. You could also +switch protocol by cloning from _ssh://anonymous@git.netizen.se/vim-preseed_ +which does support shallow repository operations. |