Joyent no.de 和 Cloud9 ide
您好,已将我的 cloud9 ide SSH 密钥复制到 Joyent no.de 的帐户设置中。当我在 cloud9 ide 控制台中启动“git push mywebsite.no.de master”时,出现以下错误:
Warning: Permanently added 'mywebsite.no.de,64.30.136.97' (RSA) to the list of known hosts.
Permission denied (gssapi-keyex,gssapi-with-mic,publickey).
fatal: The remote end hung up unexpectedly
这是否与以下信息未在任何地方设置有关?我认为它是cloud9 ide的配置,但是如何设置它?
托管 mywebsite.no.de
端口 26674
用户节点
转发代理是
Hi have copied my cloud9 ide SSH key in my account settings in joyent no.de. When I launch "git push mywebsite.no.de master" in my cloud9 ide console I get the following errors:
Warning: Permanently added 'mywebsite.no.de,64.30.136.97' (RSA) to the list of known hosts.
Permission denied (gssapi-keyex,gssapi-with-mic,publickey).
fatal: The remote end hung up unexpectedly
Could this be related to the following piece of information not being set-up any where? I think its a config for cloud9 ide, but How to set it up?
Host mywebsite.no.de
Port 26674
User node
ForwardAgent yes
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于像我这样的 Node.js、git、cloud9 和 Joyent 菜鸟,您可以这样做:
git远程添加节点 ssh://[电子邮件受保护]:66666/home/node/repo
git commit -a -m 'Victorrules!'
git Push Node Master
For node.js, git, cloud9 and joyent noobs, like me, this is how you do it:
git remote add node ssh://[email protected]:66666/home/node/repo
git commit -a -m 'Victor rules!'
git push node master
看来这只能通过 github 实现。我从 cloud9ide 推送到 github,然后拉取本地 git,然后推送到 Joyent。有点过于复杂,但我不能“cd ..”,因此无法添加具有正确的 Joyent 配置的 ssh 配置文件。
Seems like this is only doable via github. I push from cloud9ide to github, then I pull on my local git, and then I push to Joyent. Kinda over-complicated, but I cant "cd .." thus can't add ssh config file with proper joyent config.