Vundle.vim: no submodule mapping found in .gitmodules for path '.vim/bundle/'

Created on 10 Jul 2016  路  1Comment  路  Source: VundleVim/Vundle.vim

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)

screen shot 2016-07-10 at 1 14 26 pm

Plz help me, and This is my dotfiles on GitHub

Most helpful comment

I just had this happen to me today.

cd ~/.vim/bundle
git rm --cached *
git commit -am 'fix no submodule mapping error'
git push

>All comments

I just had this happen to me today.

cd ~/.vim/bundle
git rm --cached *
git commit -am 'fix no submodule mapping error'
git push
Was this page helpful?
0 / 5 - 0 ratings

Related issues

kshenoy picture kshenoy  路  4Comments

thetutlage picture thetutlage  路  7Comments

kobiljonergashev picture kobiljonergashev  路  7Comments

sus007 picture sus007  路  5Comments

lesterpjy picture lesterpjy  路  4Comments