Git Setup from Scratch- task failed

Hi,
This task has failed with below error.

- seems like ‘/usr/src/kodekloudrepos/cluster’ repo was not cloned from ‘/opt/cluster.git’ repo on storage server;

The task was asking to clone ‘/usr/src/kodekloudrepos’ from ‘/opt/cluster.git’

but the verification was looking for ‘/usr/src/kodekloudrepos/cluster’ .

Can you please check?

/usr/src/kodekloudrepos is the directory location where you need to clone the repository, this is what question states.

Clone /opt/cluster.git repo in /usr/src/kodekloudrepos directory.

Hi @Inderpreet, My task failed as well… Please clarify
When we clone from bare repository, the actual content is cloned under kodekloudrepos, i.e., we see .git folder under kodekloudrepos
git clone /opt/games.git /usr/src/kodekloudrepos

Are we expecting games folder? This is unclear… I did everything else task failed with this error

  • seems like ‘/usr/src/kodekloudrepos/games’ repo was not cloned from ‘/opt/games.git’ repo on storage server

You should either cd into /usr/src/kodekloudrepos directory first and then run clone command or should run command command like git clone /opt/games.git /usr/src/kodekloudrepos/games.

Thanks…Could you please reassign this? So I can attempt again

ok done, please try again.

Thanks @Inderpreet for super fast help. Completed the task successfully

Hi all,

My task has failed as well

image

@b.kamal this is marked success for you.

1 Like

Thanks a lot for you help