Prerequisites
Procedure

To clone a repository using HTTPS:

  1. Use the clone command provided by the vscode Git extension.

Alternatively, use the native Git commands in the terminal to clone a project.

  1. Navigate to destination folder using cd command

  2. Use git clone to clone a repository

    $ git clone <link>