lowitea / gitlobster

🦞 A tool for full cloning all available repositories from a GitLab instance.
Apache License 2.0
42 stars 1 forks source link

Support for AWS Lambda #213

Closed karmalicious closed 7 months ago

karmalicious commented 7 months ago

I believe Gitlobster uses some file area other than the one specified with -d as it gives out "Read-only file system" where it is not. Same mount works with Ghorg for example. Neither writing to /tmp or a mounted EFS (NFS in AWS) works.

I do not know Rust enough to look through and understand it but if my assumption is correct it might be possible to do "fix" this.

karmalicious commented 7 months ago

You simply have to change working directory. Closing this.