[Shell] How to pass the first 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 screenshot showing the output from running the Git commands:

I already pushed the code , but it’s just saying listening for a git push.
It’s not changing , I have waited 1 hr hour , but nothing changes .

Hi @Dev-Sudarshan, the issue was due to some temporary fluctuations in our infrastructure, but it should be fixed now.

Could you try pushing your code again using the following commands?

git commit --allow-empty -m 'test'
git push origin master

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.