I’m unable to pass the Bind to a port stage.
Checklist:
: I’ve uncommented the code.
: I’ve saved the changes.
: I’ve run the git commands:
git commit -am "[seeking help on forum]"
git push origin master
Here’s a the output from running the Git commands:
I ran git push origin master
and successfully pushed
Enumerating objects: 5, done.
Counting objects: 100% (5/5), done.
Delta compression using up to 11 threads
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 289 bytes | 289.00 KiB/s, done.
Total 3 (delta 2), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (2/2), completed with 2 local objects.
To github.com:username/codecrafters-build-your-own-http-server.git
9338418..1e9c17f master -> master
Here’s a screenshot from craftcoder’s view logs link. And I have set debug as true in the yml file
I can run the .sh file locally without errors.
Any help much appreciated.