submodule src/org is broken
Closed this issue · 2 comments
gugl commented
changing it to git://orgmode.org/org-mode.git solved it (looks like they are not available using http anymore)
change it in .gitmodules before calling git submodules init OR
change it in .git/config when you already called git submodules init
after that, just call git submodules update and it should work
gugl commented
sorry.... its submodule not submodules (just for the people that are new to git)
eschulte commented
thanks for catching this change and for posting instructions for the fix, I've updated .gitmodule