Error cloning private submodule repo
I have given permissions of both the main and private submodule repository to Cloudflare Github App, but it still is not able to clone the private repo. Here is the error. Can anyone help me please?
1 Reply
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...