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.