繁体   English   中英

我很难从heroku拔出

[英]I am having difficulty pulling from heroku

我刚刚受邀在Heroku上参与Web应用程序。 当我输入git clone命令时,我一直收到此错误消息。

The authenticity of host 'heroku.com (50.19.85.154)' can't be established.
RSA key fingerprint is 8b:48:5e:67:0e:c9:16:47:32:f2:87:0c:1f:c8:60:ad.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'heroku.com,50.19.85.154' (RSA) to the list of known hosts.
Permission denied (publickey).
fatal: The remote end hung up unexpectedly

输入命令:

git clone git@heroku.com:stormy-stone-5088.git -o heroku 

如果未对其他项目进行设置,则可能需要设置私钥(因此通常由作者承担)

类型

cd ~; ssh-keygen -t dsa
#(changes directory to home and generate the keys.)

按回车四次,单击脚跟三下,您的按键将在~/.ssh

~/.ssh/id_rsa.pub是您提供给其他人的公用密钥。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM