100 Days Of Devops Challenge Bug

hi ,
I am trying to do the 100 days of devops challenge. On the Challenge Day 24: Git Create Branches , i have created the branch , it is showing on git branch command also, but when try to submit the program it is saying that branch is not created.



As you can see, all the files in the git repo are owned by root.
You need to assume root privileges, switch to master and then create the new branch.