Can I create only one git account and use it for multiple people???

Asked 2 years ago, Updated 2 years ago, 35 views

Hello. I'd like to set up git remote storage on the internal network and use git to manage the shape.

One of them asked, "Can't you create one git account, and many people commit and push with that account?"

I knew git uses an accounting system based on the ssh key value, so I said it probably wouldn' I was wondering if there was such a way.

Please answer me. Thank you.

git

2022-09-22 12:54

1 Answers

There is only one account on the system, and the method of having an account in detail (application) has been widely used recently.

Please refer to gitolite. In the case of gitolite, all log in to the system git hosting account with their own RSA keys, and then authenticate and process by gitolite's detailed accounting scheme.

In addition, if you need a private Git service like GitHub, it would be good to look for gitlab.


2022-09-22 12:54

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.