ठीक है। तो मुझे लगा कि मैंने यह चाट लिया है ... लेकिन अब ...।
मेरे पास एक परियोजना है जिसमें एक छोटे पुस्तकालय में एक सबमॉड्यूल के रूप में GitHub शामिल है। उस सुपर-प्रोजेक्ट के मूल संस्करण में सबमॉड्यूल अपेक्षित रूप से काम कर रहा है।
हालाँकि, मैंने अभी-अभी सुपरप्रोजेक्ट का क्लोन बनाया, मैंने जो सोचा था, वह करना चाहिए: "गिट सबमॉडल इनिट", सबमॉड्यूल की निर्देशिका को प्रदर्शित होने के लिए मिला, लेकिन यह खाली है।
अगर मैं अब करने की कोशिश करता हूं
git submodule update
मुझे मिला
fatal: Needed a single revision
Unable to find current revision in submodule path 'external_libraries/BEACHhtml'
अगर मैं कोशिश करूँ
git submodule foreach git pull
मुझे मिला
Entering 'external_libraries/BEACHhtml'
fatal: Where do you want to fetch from today?
Stopping at 'external_libraries/BEACHhtml'; script returned non-zero status.
मेरे .it / config में, मेरे पास यह है:
[submodule "external_libraries/BEACHhtml"]
url = git@github.com:interstar/BEACHhtml.git
मेरे .gitmodules में मेरे पास यह है:
[submodule "external_libraries/BEACHhtml"]
path = external_libraries/BEACHhtml
url = git@github.com:interstar/BEACHhtml.git
किसी को भी एक विचार है कि क्या याद आ रही है?