2

我已经安装了 ruby​​installer 和 msysgit,当我尝试将 radiant 部署到 heroku 时,我收到以下警告消息

$git push heroku master  //I use windows
  heroku receiving push
!heroku push rejected,repository is empty.
  to git@heroku.com:faculty.git
![remote rejected]master->master(pre-receive hook declined)
Error: failed to push some refs to git@heroku.com:faculty.git

当我

$git push git@heroku.com:faculty.git
fatal:Couldn't fine remote ref HEAD

HEAD 确实存在于我之前读过的文件中。

什么时候

 $git fetch git@heroku.com:faculty.git
    ssh: no address associated with name  // ssh key had been generated 
    fatal: the remote end hung up unexpectedly 

如何解决这个问题呢?谢谢!

4

1 回答 1

1

只是一个疑问,这是你第一次部署这个项目吗?您已经设置了 SSH?

尝试按照以下步骤操作:

下载安装:https ://toolbelt.herokuapp.com

然后执行这个命令 Heroku plugins: heroku plugins:install git://github.com/ddollar/heroku-accounts.git

项目后的箭头:Heroku 帐户:添加教师 - 自动

尝试命令推送后

于 2012-05-21T14:59:28.590 回答