Gitolite git clone requires ssh password

前端 未结 3 1122
花落未央
花落未央 2021-02-10 22:34

using Gitolite on a Ubuntu server. Have a project im working on that i need a particular syntax for the git command.

Works great:

git clone gitolite@serv         


        
3条回答
  •  Happy的楠姐
    2021-02-10 23:16

    Yet another thing to try: if AllowGroups is in use for the sshd on the server, check that the git-user is included in one of those groups.

提交回复
热议问题