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.
No that is not the problem. Actually the problem is “games.git” is a folder. But when we are using “git clone /opt/games.git /usr/src/kodekloudrepos”, it is treating that “games.git” as a file. So the solution is “git clone /opt/games.git/ /usr/src/KodeKloudreops”. And I found that solution for an YouTube channel name
UN Tech Support.