Day 25 is broken from 100 Days of DevOps

The task is broken Day 25
Tried multiple times, go stuck and could not finish or take other AWS or AZURE



Not broken – you just didn’t do it quite right.

First of all, if the repo is owned by root (and it is), don’t change the ownership of the repo. Instead, do sudo -i and do your operations as root.

I did the task as root, and it worked; the grader was happy.

1 Like

Thanks a lot! I was struggling with permissions, but your advice to use root worked perfectly