Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git clone #10

Open
themr255 opened this issue Jan 22, 2023 · 0 comments
Open

git clone #10

themr255 opened this issue Jan 22, 2023 · 0 comments

Comments

@themr255
Copy link

themr255 commented Jan 22, 2023

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant