[HTTP server] How pass the first stage?

Checklist:

  1. :cross_mark:: I’ve uncommented the code.
  2. :cross_mark:: I’ve saved the changes.
  3. :cross_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:

I never coded or programmed before. I have no clue why i got stopped the first stage

not sure what I did

All I did was paste the links. I’m clueless

Hey @MarcusNSB, the screenshots suggest that some of the comments still need to be uncommented:

Could you try removing the comment symbols (//) from those lines and see if that helps?


It looks like you’re not inside the correct folder/repository.

Could you try locating and navigating to the codecrafters-http-server-csharp folder first?


alright
what else am I missing?

Also, I’m trying to learn git at the same time. I realize that part of the issue is that I’m diving in head first with zero knowledge of anything

@MarcusNSB Looks like you’re pushing to the master branch while currently on main.

Since (main) is also showing up for help and your home folder, I suspect the codecrafters-http-server-csharp folder might not be a valid repo.

Could you run git remote -v and share the result?

I’d also recommend deleting the codecrafters-http-server-csharp folder and re-cloning it from our server:

If everything is set up properly, you should see (master) instead of (main).


I don’t know how to uncomment anything
I don’t even know what I’m Using


Almost

@MarcusNSB This line is not valid code. You can either delete it or turn it back into a comment:

1 Like


I had already deleted it before

@MarcusNSB Looks like you’ve passed the first stage now. :tada:

Let me know if you run into other issues!