-
Notifications
You must be signed in to change notification settings - Fork 153
Closed
Description
I’d like to contribute new features, but I can’t get a working baseline because main currently fails both:
- Locally when running the Docker setup, and
- GitHub Actions CI (build/tests failing)
Is this due to a merge failure or is it still WIP?
When running locally
When I run
docker compose up --build
Git proxy fails to start
git-proxy-1 | node:fs:1372
git-proxy-1 | const result = binding.mkdir(
git-proxy-1 | ^
git-proxy-1 |
git-proxy-1 | Error: EACCES: permission denied, mkdir './.data'
git-proxy-1 | at Object.mkdirSync (node:fs:1372:26)
git-proxy-1 | at Object.<anonymous> (/app/dist/src/db/file/users.js:13:18)
git-proxy-1 | at Module._compile (node:internal/modules/cjs/loader:1521:14)
git-proxy-1 | at Module._extensions..js (node:internal/modules/cjs/loader:1623:10)
git-proxy-1 | at Module.load (node:internal/modules/cjs/loader:1266:32)
git-proxy-1 | at Module._load (node:internal/modules/cjs/loader:1091:12)
git-proxy-1 | at Module.require (node:internal/modules/cjs/loader:1289:19)
git-proxy-1 | at require (node:internal/modules/helpers:182:18)
git-proxy-1 | at Object.<anonymous> (/app/dist/src/db/file/index.js:37:28)
git-proxy-1 | at Module._compile (node:internal/modules/cjs/loader:1521:14) {
git-proxy-1 | errno: -13,
git-proxy-1 | code: 'EACCES',
git-proxy-1 | syscall: 'mkdir',
git-proxy-1 | path: './.data'
git-proxy-1 | }
git-proxy-1 |
git-proxy-1 | Node.js v20.19.6
git-proxy-1 exited with code 1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels