Steps to clone a repository on GitHub
- Step 1: To prepare for cloning, open File Explorer, create a new folder on your drive by right-clicking and click New and select folder, then name the folder
- Step 2: Open Git Bash or Command Prompt on Windows, copy the path of the folder you just created, type cd, then right-click to paste the path, and press Enter
- Step 3: Type git clone, then open GitHub, click Code, and copy the repository link. Go back to Git Bash, paste the GitHub link after git clone, and press Enter
Tip: Return to the folder in File Explorer to check that the repository has been successfully cloned