Judging from what appears to have maybe been an au...
# developers
h
Judging from what appears to have maybe been an automated or templated message from GreetBot, perhaps this question would be better posted in this channel than in #general; . . . I have tried to install cal.com using the docker instructions, and now manually on an ubuntu based container. On the manual install was the first time I got a successful installation of the yarn dependencies. But on each attempt I keep getting caught on the step where the git submodules are to be cloned. Is a 2FA token I create on my own github account supposed to work somehow on repo's hosted on another account? Do I need to first fork these repos so I can access them on my own account, updating the repo urls in the .gitmodules file in the primary repo? Are these submodules add-ons I should consider disabling somehow to complete a minimum viable installation of the application? Please advise.
c
If you're using the docker instructions, make sure you are not adding
--recursive
to your submodule update or your clone
the submodules that are failing to clone are private, but are also not needed for the build.
h
the
yarn dx
step seems to also want to invoke the git submodules.
on the manual build I mean.