Gitolite - remote: FATAL: fingerprinting failed for 'keydir/'

后端 未结 3 1201
栀梦
栀梦 2020-12-06 14:14

I installed Gitolite in my system to manage the repositories. When i try to add any of the client machine\'s public key, am getting the error \"remote: FATAL: fingerprinting

3条回答
  •  -上瘾入骨i
    2020-12-06 14:44

    This message can also be seen after adding SSH2 (Putty) key to gitolite. In that is the case a simple conversion from SSH2 to OpenSSH key can be done this way:

    ssh-keygen -i -f ssh2.pub > openssh.pub
    

提交回复
热议问题