V
V
Vitya Podpriklopolny2020-05-18 04:46:15
git
Vitya Podpriklopolny, 2020-05-18 04:46:15

How to work with git on the server via ssh without github?

hello,
suppose there is a project that does not need to be shown in github
How can I configure vps in such a way that there is a repository that can be cloned and worked with?
And is this the right approach? How to do it better?
Thanks

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Arthur, 2020-05-18
@ar2rsoft

This is?
In general, there are private repositories on github / gitlab that are not visible to anyone

R
res2001, 2020-05-18
@res2001

Just set up ssh on the server and clients. Git itself can use ssh, you only need to specify the ssh protocol in the URL for the remote repository: https://git-scm.com/book/ru/v2/Git-%D0%BD%D0%B0-%D...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question