Open GoogleCodeExporter opened 9 years ago
APJP_REMOTE_HEROKU has not been installed correctly (error: Permission denied
(publickey)).
Have you followed all installation instructions?
- heroku login
- git init
- git add .
- git commit -m "init"
- heroku create --stack cedar
- git push heroku master
- heroku open
see attachment
Original comment by jeroen.v...@gmail.com
on 19 Jan 2012 at 7:28
Attachments:
这是因为你的SSH公钥匙还未生成,可再次执行一遍以下代码��
�确认是否有id_rsa.pub这个文件生成:
C:\Users\user>heroku login #登录
Enter your Heroku credentials. #输入你的Heroku凭证
Email: adam@example.com #输入你的邮箱
Password: #输入密码,不显示
Could not find an existing public key.
#找不到以存在的公钥
Would you like to generate one? [Yn]
#你想要生成一个吗?[Yes/No],Yes继续
Generating new SSH public key. #生成新的SSH公钥
Uploading ssh public key /Users/adam/.ssh/id_rsa.pub #上传SSH公钥
Original comment by songyiqu...@gmail.com
on 19 Jan 2012 at 9:38
我遇到过这种情况,是因为填写URL时,没有在后面加上HTTP和H
TTPS的缘故。
Original comment by congxz6...@gmail.com
on 2 Mar 2012 at 1:25
@congxz6688
楼主的问题和你说的,是不一样的,楼主的问题,楼下已经��
�正确的回答的。
你遇到的情况,确实较常见,但只要细心些,就可避免哈。
以免后者,看到你的回复,受到点误导,指正一下呵。
Original comment by goknmuse
on 2 Mar 2012 at 1:37
Original issue reported on code.google.com by
wangke...@gmail.com
on 19 Jan 2012 at 3:08