I tried to perform this clone operation multiple times and getting error. looks like it is some kind of bug or am i doing something wrong here. Even AI says i am doing right
What you did replaces the contents of /usr/src/kodekloudrepos with a clone of the Git repository located at /opt/<repo>.git.
You need to cd into the /usr/src/kodekloudrepos and then clone the required repo into that dir by:
git clone /opt/<repo>.git command.
