summaryrefslogtreecommitdiff
path: root/FAQ.md
blob: ec571e8785c1ed7380a5a69b2db4495d51cd16a2 (plain)
1
2
3
4
5
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.