[Bug]: Cloning into '.'... error: Sparse checkout leaves no entry on working directory
Error Message and Logs
I got this notification error when try to loading the docker-compose.yml Cloning into '.'... error: Sparse checkout leaves no entry on working directory
Steps to Reproduce
- Add resource
- Choose Private Repository with Github App
- Follow instruction until its loading the repository
- Wait for the docker-compose.yml is loaded
- Then I got this error
Example Repository URL
No response
Coolify Version
v4.0.0-beta.397
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 24.04.1 LTS
Additional Information
- Coolify is hosted in hetzner
- The app's server is in Google Cloud Platform
I think its related to git version you used. i'm updating git from v2.25.1 to v2.48.1 and this problem is gone.
see https://github.com/coollabsio/coolify/issues/2444
anyone still have this issue?
Im having the same issue? Any luck?
Im having the same issue? Any luck?
in my case it was pretty silly mistake, the file in my repository was docker-compose.yml but the value in the coolify was docker-compose.yaml, after udpating the value everything is fine
Fixed it by renaming the docker-compose.yml to docker-compose.yaml
Hello I have good name for docker-compose.yaml but always same error...
It would be good if anyone could provide an example repository as we are not able to reproduce.
It would be good if anyone could provide an example repository as we are not able to reproduce.
you can try this to reproduce the error