kodekloudhub / learning-app-ecommerce

A sample e-commerce learning app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git clone

themr255 opened this issue · comments

Hi @mmumshad

Below command won't work as /var/www/html/ directory is owned by root, so it won't be able to download code in that location.

git clone https://github.com/kodekloudhub/learning-app-ecommerce.git /var/www/html/

So you should use below command

sudo git clone https://github.com/kodekloudhub/learning-app-ecommerce.git /var/www/html/