SSH git clone 出现The authenticity of host 192.168.0.xxx can't be established.的问题

用ssh登录git。使用git clone 命令出现

错误是:The authenticity of host 192.168.0.xxx can’t be established.

第一次用Git小白什么都不懂,只好上网试用各种方法。
重新建立公钥 不行,出现一样的提示。

最后
执行ssh -o StrictHostKeyChecking=no 192.168.0.xxx 就OK

SSH git clone 出现The authenticity of host 192.168.0.xxx can't be established.的问题