碼雲使用過程中由於 SSH 出現的 git pull, git clone 失敗系列問題
由於我自己也不是怎麼就恢復好的,所以我的方法和經驗只供參考
第一種錯誤 ssh: connect to host gitee.com port 22: Connection timed out
第二種錯誤 The authenticity of host 'gitee.com (116.211.167.14)' can't be established.
上面的兩種錯誤都是我在解決過程中出現的
期間我刪除過 SSH 兩次,重灌 git 一次
最終解決方案
StrictHostKeyChecking no UserKnownHostsFile /dev/null |