Generating a new project on Moovweb

妖精的绣舞 提交于 2019-12-12 10:14:34

问题


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."


回答1:


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


来源:https://stackoverflow.com/questions/19730242/generating-a-new-project-on-moovweb

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!