[Shell] How to pass the first stage? Nathan

Checklist:

  1. :white_check_mark:: I’ve uncommented the code.
  2. :white_check_mark:: I’ve saved the changes.
  3. :white_check_mark:: I’ve run the git commands:
git commit -am "[seeking help on forum]"
git push origin master

Here’s a screenshot showing the output from running the Git commands:

remote: [tester::#OO8] Running tests for Stage #OO8 (Print a prompt)
remote: [tester::#OO8] Running ./your_program.sh
remote: [tester::#OO8] Failed to execute /app/your_program.sh: fork/exec /app/your_program.sh: permission denied
remote: [tester::#OO8] Test failed

I saw that you had a similar issue with someone here: Failed to execute /app/your_program.sh: fork/exec /app/your_program.sh: permission denied

Hi @Nathan-Waters, the files in the .codecrafters folder are missing the x (executable) permission. I’ve fixed them and pushed a commit to your repo.

Could you give it a try, and please let me know how it goes?

git pull
git commit --allow-empty -m "[try again]"
git push origin master

Closing this thread due to inactivity. If you still need assistance, feel free to reopen or start a new discussion!

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.