Cannot clone with private submodule.
Build fails at the cloning step. Cloudflare has access to all the repos in the org including the submodule.
4 Replies
hello @1nf , have you managed to solve this issue?
no, sorry
Now solved?
Just solved it.
https://stackoverflow.com/a/78291745
Use ssh URL in .gitsubmodule and give permissions to all the repos to Cloudlflare Github app.
Stack Overflow
Deploying repos with submodules using cloudflare pages
I'm deploying a project using cloudflare pages, and can see in the logs the initial git clone is working, however when the submodules are being pulled down the following error is thrown fatal: coul...