Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我很难为 Moovweb 创建一个新项目。我收到此错误,但看不到在 moovweb 中添加 SSH 密钥的位置:
“错误:这台机器上的 SSH 密钥都没有与您的 moovweb 帐户关联。请使用 moov 登录,然后重试。”
如果您的 ssh 密钥被命名为默认值以外的名称,通常会发生这种情况id_rsa
id_rsa
您可以通过键入此命令查看与 ssh-agent 关联的密钥
ssh-add -l
如果您上传到 Moovweb 的密钥不在该列表中,您可以使用
ssh-add <path to key>
例如,
ssh-add ~/.ssh/github_rsa