How to Clone With SSH GitLab
Here's how to do it:
- 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.
This website uses cookies to ensure you get the best experience on our website. Learn More
Got it