No submodule mapping found in .gitmodules for path 'wiki' (during installation)

Issue #2 on hold
Former user created an issue

Hi, I encountered the bug during installation after the following steps:

git clone https://charade@bitbucket.org/charade/svengine.git
cd svengine
git submodule update --init --recursive

Following error appeared:

No submodule mapping found in .gitmodules for path 'wiki'

Inspired by following SO question I found following solution:

git rm wiki

Comments (2)

  1. Log in to comment