gitサブモジュールを別のgitリポジトリに置き換えるにはどうすればよいですか?
具体的には、サブモジュールがあります。
./ExternalFrameworks/TestFramework
gitリポジトリを指す場所にありますgit@github.com:userA/TestFramework.git
- を指すようにしたいと思い
git@github.com:userB/TestFramework.git
ます。
問題は、ここで説明する方法でサブモジュールを削除してから、コマンドを使用してサブモジュールを再度追加すること です。
git submodule add git@github.com:userB/TestFramework.git
このエラーが発生します:
A git directory for 'ExternalFrameworks/TestFramework' is found locally with remote(s):
origin git@github.com:userA/TestFramework.git
If you want to reuse this local git directory instead of cloning again from
git@github.com:userB/TestFramework.git
use the '--force' option. If the local git directory is not the correct repo
or you are unsure what this means choose another name with the '--name' option.