Generating a new project on Moovweb

2019-06-04 05:36发布

I'm having a tough time creating a new project for Moovweb. I'm getting this error, but don't see where to add SSH keys within moovweb:

"ERROR: None of the SSH keys on this machine are associated with your moovweb account. Please use moov login, then try again."

标签: moovweb
1条回答
小情绪 Triste *
2楼-- · 2019-06-04 05:58

Usually this happens if your ssh key is named something other than the default id_rsa

You can see what keys are associated with the ssh-agent by typing this command

ssh-add -l

If the key you have uploaded to Moovweb is not in that list, you can add it with

ssh-add <path to key>

For example,

ssh-add ~/.ssh/github_rsa
查看更多
登录 后发表回答