100days of DevOps Day 25 issue git merge

Hi everyone,

I’m facing an issue in the DevOps 100 Days – Day 25 challenge related to Git branch creation and merge. I’m creating the required branch (xfusion) under /usr/src/kodekloudrepos/media/, committing the files, merging it back into master, and pushing both branches to the origin repository as instructed.

However, every time I submit the task, it fails with a message saying that the branch was not created on the Storage server. When I manually verify using Git commands, the branch is clearly present and the merge looks successful.

I’ve tried this multiple times and get the same result even though the steps are followed correctly. I also ran into some permission-related Git warnings during the process, which I fixed, but the lab validation still fails. I have screenshots showing the branch exists.

I’ve already shared feedback from the task dashboard but haven’t received any update yet. Has anyone else run into this issue on Day 25, or found a workaround that helped pass the validation?

Any guidance would be appreciated. Thanks in advance!

Make sure you are root before executing any commands. The repo belongs to root and may be the source of you permission errors
.