Clone Git Repository on Storage Server

Tasks

  1. The repository to be cloned is located at /opt/cluster.git

  2. Clone this Git repository to the /usr/src/kodekloudrepos directory. Ensure no modifications are made to the repository during the cloning process.

Steps

1

SSH into the Storage Server

ssh natasha@172.16.238.15
2

Navigate to the working directory

cd /usr/src/kodekloudrepos
3

Clone the local repository

git clone /opt/cluster.git
4

Verify now

ls -l

Last updated