I am trying PHPFog as a host, and I really like how it works.
I'm having an issue, however, with a recent project I pushed. The project contains a submodule, which PHPFog says it supports, however the submodule is a private repository on another server -- requiring an SSH user and password. PHPFog obviously doesn't know that, so the submodule update and init presumtively fails.
Is there a recommended workaround to using private submodules on PHPFog? Can I somehow merge the submodule into the superproject itself and push that way? Or can I reconfigure the submodule to include the SSH login information, allowing PHPfog to successfully initialize it?
EDIT: As a quick fix: I cloned into a temp directory, deleted the git folders in the submodule, and uploaded as a single repo to phpFog. This isn't the ideal solution I'm looking for.