Questions about multiple developers using GIT
曾经蜡笔没有小新
曾经蜡笔没有小新 2017-05-02 09:24:25
0
3
681

The project is developed using Eclipse. Built a git server on Linux. Why do I need to enter the username and password when using Eclipse ssh to clone? Is there a way to configure usernames and passwords for multiple developers, the same as svn.

曾经蜡笔没有小新
曾经蜡笔没有小新

reply all(3)
漂亮男人

You can add the public keys of your company’s personnel to the server. Login verification through public and private keys without password input

Recommend you to use a web project management tool: Gitlab (pixel level copy github)

Create a new project and issue project management is very convenient

过去多啦不再A梦

That’s the thing. . First of all, for passwords, you configure an ssh public key and private key. No need to enter. .
If you want multiple developers. . Please configure multiple Linux accounts. .

滿天的星座

git config --global user.name "user"
git config --global user.email "mail address"
https://git-scm.com/book/zh/v1/%E8%B5%B7%E6%AD%A5-%E5%88%9D%E6%AC%A1%E8%BF%90%E8%A1%8C-Git-%E5%89%8D%E7%9A%84%E9%85%8D%E7%BD%AE

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template