To clone remote repository, please, follow next steps:
- Open the repository that you want to clone, for example, open my repository for my Java students here - https://github.com/AndriiPiatakha/learnit_java_core
- On the github, find green button with the 'Code' text on it.
- Select the protocol that you want to use during the cloning git repository. You can select either HTTPS or SSH. Please, take a look at the screenshot.

- copy the string with address to the clipboard.
- navigate in your filesystem where you want to clone your repository
- open gitbash in that directory and type the next:
git clone <HERE PASTE THE STATE OF YOUR CLIPBOARD>
Take a look at the screenshot:

- Press enter button
- Congratulations! You have just cloned the remote repository!