美文网首页
Warning: Permanently added the R

Warning: Permanently added the R

作者: 暮隼 | 来源:发表于2017-10-23 23:50 被阅读0次

    Warning: Permanently added the RSA host key for IP address 'x.x.x.x' to the list of known host

    今天在项目中使用 git pull 更新代码的时候突然遇到这样的错误提示
    这样的提示另我很不爽

    不明白为什么它要提示这个,但按照要求
    把IP和git域名绑定关系直接写入hosts文件即可解决该问题

    sudo vim /etc/hosts
    

    好了,现在执行 git pull 又清爽了~

    相关文章

      网友评论

          本文标题:Warning: Permanently added the R

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