Checklist:
or
: 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 screenshot showing the output from running the Git commands:
[Attach screenshot here]
[Share other details here]
andy1li
3
Hey @Ryuthecoder, could you share a few screenshots to help us debug?
-
The contents of your server.cpp
file as shown in your code editor
-
The output of running git status
in your terminal
-
The output of the following commands:
git commit -am "[seeking help on forum]"
git push origin master
This will help us get a better sense of what’s going on. Thanks!