美文网首页
SSH The authenticity of host xxx

SSH The authenticity of host xxx

作者: 随遇而安_fbca | 来源:发表于2018-06-07 14:55 被阅读0次

    问题描述


    1.png

    报错出现
    The authenticity of host xxx.xxx.xxx.xxx can't be established,已经重新配了了ssh keys 并且已经在gitlab上面重新设置了ssh keys,git pull 的时候依然需要输入密码

    2.png

    只需要
    ssh -T git@github.com
    然后需要你要设置的密码,就是你pull所需要的密码

    相关文章

      网友评论

          本文标题:SSH The authenticity of host xxx

          本文链接:https://www.haomeiwen.com/subject/oclgsftx.html