hbuilder git pull Host key verification failedfatal : Could not read from remote repository

hbuilder git pull Host key verification failedfatal : Could not read from remote repository
在安装完hbuilder 后配置好git,git clone正常,而git pull 是出现:Host key verification failedfatal : Could not read from remote repository .Please make sure you have the correct accessriahtsand the repository exists

解决办法:ssh-keyscan -H gitee.com >> ~/.ssh/known_hosts
把gitee.com改为自己的git站点域名即可

上一篇:Java服务器端如何实现跨越


下一篇:spring gateway 跨域解决