আমি কীভাবে গিট সাবমডিউলকে আলাদা গিট রেপো দিয়ে প্রতিস্থাপন করব?
বিশেষত, আমার একটি সাবমডিউল রয়েছে:
./ExternalFrameworks/TestFramework
গিট রেপোতে সেই পয়েন্টে অবস্থিত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.