[HTTP server] How to pass Bind to a port stage?

I’m unable to pass the Bind to a port stage.

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 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.

Hey @Sambuxc, it looks like you’ve been pushing commits to GitHub:

However, the commits need to be pushed to our Git server to trigger the tester:

You can clone from our Git server and start from there again.

Ah! My apologies, thanks for that!

So codecrafters are using their own git server that we should create a new repo in?

Yep, we use our own Git server. During the repo setup stage, a new repo is automatically created for you, which you can simply clone and start using.

1 Like

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