项目使用Eclipse进行开发。在Linux上建了git服务器。用Eclipse ssh 方式clone的时候为什么还需要输入用户名和密码。有没有一种方式让为多个开发者配置用户名和密码,跟svn一样。
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
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
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
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