Cloning the repo under /opt/beta.git on storage servier

HI, I have cloned the repo in task 2 of GIT to the /usr/src/kodekloudrepos/ . I get an error that repo at /opt/beta.git is empty - I get this error - natasha@ststor01 opt]$ git clone /opt/beta.git/ /usr/src/kodekloudrepos/
Cloning into ‘/usr/src/kodekloudrepos’…
warning: You appear to have cloned an empty repository.
done.
When I submit the assignment it is not accepted as the /usr/src/kodekloudrepos/ directory has a .git folder - How do I complete the assignment and move forward

Hi @frequent

I assume you are working on Git Clone repository task.

You need to cd into the /usr/src/kodekloudrepos and then clone the repo with:
git clone /opt/beta.git.

i tried this but still final “check” is failing.

i have validated the following:

[natasha@ststor01 ~]$ ls -la /usr/src/kodekloudrepos
total 12
drwxr-xr-x 3 natasha natasha 4096 Jan 14 09:11 .
drwxr-xr-x 1 root root 4096 Jan 14 09:09 …
drwxr-xr-x 7 natasha natasha 4096 Jan 14 09:11 .git