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 Visual Studio Code Git extension.
Alternatively, use the native Git commands in the terminal to clone a project.
-
Navigate to destination folder using the
cdcommand. -
Use
git cloneto clone a repository:$ git clone <link>
| Self-signed SSL certificates are not supported. Use SSH keys instead. |