100 days of DevOps Day 22

I’m getting error for this task repeatedly. The task is as below :

The DevOps team established a new Git repository last week, which remains unused at present. However, the Nautilus application development team now requires a copy of this repository on the Storage Server in the Stratos DC. Follow the provided details to clone the repository:
The repository to be cloned is located at /opt/apps.git

Clone this Git repository to the /usr/src/kodekloudrepos directory. Perform this task using the natasha user, and ensure that no modifications are made to the repository or existing directories, such as changing permissions or making unauthorized alterations.

Hi @annebenezer

Please refer to the solution here and try again 100-Days-Of-DevOps-Challenge-KodeKloud/days/022.md at main · imShakil/100-Days-Of-DevOps-Challenge-KodeKloud · GitHub

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.

Thank you! It worked :slight_smile:

Thank you! It worked :slight_smile: