search

Home  >  Q&A  >  body text

Questions about multiple developers using GIT

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.

曾经蜡笔没有小新曾经蜡笔没有小新2768 days ago658

reply all(3)I'll reply

  • 漂亮男人

    漂亮男人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

    reply
    0
  • 过去多啦不再A梦

    过去多啦不再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. .

    reply
    0
  • 滿天的星座

    滿天的星座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

    reply
    0
  • Cancelreply