How to clone with ssh gitlab
- George Apostolov
- 05 Sep 2025
Guide
Log in to your GitLab account, and select the project you want to clone.
Click on the "Code" button.
Next, select the folder icon to copy the SSH clone URL.
Navigate to the folder where you'd like to copy the project, right-click, and select "Git Bash Here."
Open Command Prompt, type
git clone, paste the SSH URL you copied, and press Enter.Wait a few seconds for verification, and once it's complete, you're all set.
Create your first interactive demo in minutes
No credit card required • Start building today


