未能通过 Intellij 克隆 - 克隆失败。无法从远程存储库读取

Failing to clone through Intellij - clone failed. Could not read from remote repository

我已将我的 rsa 密钥添加到 gitlab。
当我从 git CLI 克隆时,它会将我的目标添加到 git 文件夹中的已知主机文件中。

但我仍然无法使用来自 Intellij 的 Git 克隆(从版本控制中查看 -> git)
我得到

"clone failed. Could not read from remote repository".

如何在 intellij 16/15/14(尝试所有版本)中使用 git 集成

检查以下设置:

设置 -> 版本控制 -> Git -> SSH 可执行文件

如果设置为Built-in,切换到Native试试看。

确保文件 id_rsa 和 id_rsa.pub 也存储在正确的位置。