sudo yum install -y git
sudo mkdir -p /opt/ecommerce.git
sudo git init --bare /opt/ecommerce.git
sudo chown -R natasha:natasha /opt/ecommerce.git
ls -la /opt/ecommerce.git
Shouldn’t the above commands be able to create the relevant repository in the storage server?