Clone Git repo with submodules
We can successfully clone our Git repo (with both https and ssh), but as soon as it has submodules (from the same server), the cloning of the submodule fails with an authentication error. Same thing happens when using SSH keys. Cloning and deploying standalone Git repos without submodules works fine, and as far as I could see, if the submodule is a public repo (for instance on Github), it would clone as well.
Setup: Dokploy 0.10.10 on an Azure VM with Ubuntu 24.04; Git repos are on Azure DevOps.
Setup: Dokploy 0.10.10 on an Azure VM with Ubuntu 24.04; Git repos are on Azure DevOps.
