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.
漂亮男人2017-05-02 09:26:25
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梦2017-05-02 09:26:25
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. .
滿天的星座2017-05-02 09:26:25
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