Prerequisites
-
Git is installed. Install Git if needed by following Getting Started - Installing Git
Procedure
To clone a repository using HTTPS:
-
Use the clone command provided by the
vscodeGit extension.
Alternatively, use the native Git commands in the terminal to clone a project.
-
Navigate to destination folder using
cdcommand -
Use
git cloneto clone a repository$ git clone <link>