[HTTP server] How to use on windows?

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:

[Attach screenshot here]


i am using windows and the code is not working on my system

[Share other details here]

Hi @kashishrajputt, since you’re on Windows, here are two options you can try:

  1. Test on our infrastructure by pushing your changes:
git commit -am "[any message]"
git push origin master
  1. Install WSL (Windows Subsystem for Linux).

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.