gitolite installation issue

后端 未结 4 1879
悲&欢浪女
悲&欢浪女 2021-02-19 05:49

Has any one tryied the easy install option of gitolite?
I am trying to install gitolite from my windows (workstation ) to a solaris box.

[command used to ins         


        
4条回答
  •  长发绾君心
    2021-02-19 06:16

    This can occur if on the server, the git user has a key in ~/.ssh/authorized_keys for the remote user that is not prefixed with the command variable:

    % cat ~/.ssh/authorized_keys
    ssh-rsa ...... user@host
    # gitolite start
    command="/home/gituser/.... user@host
    # gitolite end
    %
    

    Just remove the first line and you're good to go.

提交回复
热议问题