[Bug] Day 23: Fork a Git Repository - Task failed despite correct steps

Task Name: Day 24: Git Create Branches ( 100 days Devops )

Issue Description:
I have completed the task according to the instructions, but the automated validation is failing.

Error Message:
[Paste the exact error message the validator gave you when you clicked Check]

Steps I Took:

  1. [Command 1, e.g., cd /usr/src/kodekloudrepos/demo]
  2. [Command 2, e.g., git checkout -b xfusioncorp_demo]
  3. [Command 3, e.g., git push origin xfusioncorp_demo]

Additional Context:
I have verified that the branch exists and is pushed correctly. Can someone please check if there is an issue with the validator?

If you look into the /usr/src/kodekloudrepos/demo, you will find that all files are owned by root:root.
You need to either switch to the sudo user with sudo -i and run all the commands, or use sudo for all git commands.

Refer to this solution.