如何在 AIDE 中从 git 导入项目?

How to import project from git in AIDE?

我在 bitbucket 上创建了私有存储库并添加了来自 PuTTY Key Generator 的 public 密钥。

使用 TortoiseGIT,我已经设法从 PC 推送我的项目,然后我想从 AIDE 中提取它。所以我在 /sdcard 上创建了 .ssh 文件夹,并确保这个位置在 Git Source Control -> .ssh directory 设置中,我复制了从 PuTTY Key Generator 导出的文件(私有和 public,只是为了确定)

然后我选择了 Clone Git repository,提供了 URL 并尝试克隆。出现错误:Git clone failed: session is down

所以我想通了。如果有人遇到同样的问题,这里是解决方案

PuTTY Key Generator 中生成密钥后,按以下方式保存文件:

  1. public 键:
    • 复制Public key for pasting into OpenSSH authorized_keys file
    • 的内容
    • 粘贴到记事本中并另存为filename.pub
  2. 私钥:
    • Conversions 选项卡 -> Export OpenSSH key
    • 将文件另存为 id_rsa
  3. 将这两个文件复制到 /sdcard/.ssh,它应该可以工作

Here's私钥导出图片,以防有人混淆。