Hi,
ah, so you have a project on GitLab.com already you’d want to now clone to your windows desktop.
I’d recommend to start looking in these steps
- Setup git https://docs.gitlab.com/ee/gitlab-basics/start-using-git.html
- Ensure that your profile has either a SSH public key (SSH clone) or https access tokens - you’ll need this as authentication layer when cloning the repository.
- Learn more about pull/push then for keeping changes in sync.
If you are asking specifically to clone a project to an existing GitLab server - you could either look into mirroring the repository, or you’ll clone the repository from gitlab.com to your desktop, edit the .git/config
file with the remote origin pointing to an url
entry which you need to change to your personal GitLab server then.
But I’d guess from your question that you’ll likely don’t have a server, you just mean your Windows client, right?
Cheers,
Michael