In this tutorial we will learn how to clone (Download) a repository from github.
Let's start how to clone a repository from github step by step.
Step 1 - Go to https://github.com/
Step 2 - Select your repository
Step 3 - Copy HTTPS url
Step 4 - Go to folder in which you want to clone(download) project and open command line.
Note: Here we use git bass command line but you can also use your default system command line.
Step 5 - Now type bellow command line.
git clone 'HTTPS code here'
Note- If your project in any type of frame works and its does not run then close the command line and open again in your cloned project folder and run below code and wait until its finished.
update composer