Level 1 git : Clone git Repository on storage server

Even after the content has been cloned i am getting an error as per the screen shot s

You appear to be cloning the repo in the wrong place. You need to do something like this,; since /usr/src/kodekloudrepos belongs to the natasha user, you’ll need to do the task as user natasha this time:

cd /usr/src/kodekloudrepos
git clone /opt/games.git

This is enough to complete the task.