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: could not read Username for 'https://github.com
, the project are under the same organisation in github and .gitmodules is working as expected locally.
Any ideas on how to get submodules to working properly with cloudflare pages?