Answer the question
In order to leave comments, you need to log in
How to connect a GitLab repository on Windows?
Colleagues,
help to understand. On Linux, I calmly connect git to gitlabe with the command:
git remote add origin [email protected]: ..
Answer the question
In order to leave comments, you need to log in
Try this.
git remote add origin https://github.com/max/project.git
ssh keys that you have to generate, let's say with puttygen, and add them to the gitlab settings
ssh keys.
Authorization can occur both via SSH and HTTPS.
Use just HTTPS links, login and token (or password) can be added to the .netrc file so as not to constantly register.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question