嗨,我在joyent no.de中的帐户设置中复制了我的no.de ide密钥。当我在我的mywebsite.no.de控制台中启动"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港
用户节点
ForwardAgent,yes,
发布于 2012-01-28 21:32:00
对于node.js、git、cloud9和joyent,就像我一样,你就是这样做的:
git remote add node ssh://node@yourhost.no.de:66666/home/node/repo
发布于 2011-10-24 02:31:32
看来这只能通过github完成。我从cloud9ide推到github,然后拉上我的本地git,然后推到Joyent。有点太复杂了,但我不能"cd .“因此,不能添加带有适当joyent配置的ssh配置文件。
https://stackoverflow.com/questions/7788355
复制相似问题