Hi there, I've used Vundle for a while, and I've keeping vim dotfiles syncing to GitHub by terminal commands(git push). It is amazing!
But recently when I started using Github Desktop for mac for the first time syncing, it showed me
fatal: no submodule mapping found in .gitmodules for path '.vim/bundle/SimpylFold' (128)

Plz help me, and This is my dotfiles on GitHub
I just had this happen to me today.
cd ~/.vim/bundle
git rm --cached *
git commit -am 'fix no submodule mapping error'
git push
Most helpful comment
I just had this happen to me today.