Dayys of devops

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…



In Day25, both the origin under /opt and copy under /usr/src/kodekloudrepo belong to root, so you need to become root to do the rest of the task (sudo -i as an example). If you do, I find this task works.