Hi Team,
I completed Day 22 – Clone Git Repository on Storage Server. I verified that /opt/beta.git
exists and /usr/src/kodekloudrepos
is correctly initialized with .git
folder, remote origin set to /opt/beta.git
, and git status
shows no commits.
However, the lab still reports:
'/opt/beta.git' git repository is not cloned under '/usr/src/kodekloudrepos/' on Storage Server
.
Investigation shows that /usr/src/kodekloudrepos
already exists and I cannot remove it because /usr/src
is owned by root. Therefore, I cannot perform a fresh git clone
, which seems to be required by the lab checker.
Could you please help me in understanding what am I doing wrong here?
Regards,
Deepak