remote: Debug = true
remote:
remote: [tester::#EI0] Running tests for Stage #EI0 (Navigation - The pwd builtin)
remote: [tester::#EI0] Running ./your_program.sh
remote: [tester::#EI0] Failed to execute /app/your_program.sh: fork/exec /app/your_program.sh: permission denied
remote: [tester::#EI0] Test failed
I’m probably having this problem because I added -Wextra and -Wall to the GCC compiling option in ./your_program.sh, I reverted the changes but I still get the error message.
Hi @stenzzor, the files in the .codecrafters folder are missing the x (executable) permission. I’ve fixed them and pushed a commit to your repo on our server (not GitHub).