我在创建子模块时遇到了这个 git 错误。我最初在命令中有一个错误的 URL,现在任何额外的运行都会显示这个错误。关于什么是错的任何想法?
$ git submodule add -f https://github.com/Shougo/vimproc.vim.git .vim/bundle/vimproc
Adding existing repo at '.vim/bundle/vimproc' to the index
fatal: Not a git repository: .vim/bundle/vimproc/../../../.git/modules/.vim/bundle/vimproc
Failed to add submodule '.vim/bundle/vimproc'