当Git告诉你它没有推出一些参考,

时间:2012-05-21 14:31:05

标签: git heroku

我安装了rubyinstaller和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 

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

1 个答案:

答案 0 :(得分:1)

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

请尝试按照以下步骤操作:

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

然后执行此命令Heroku插件:heroku插件:安装git://github.com/ddollar/heroku-accounts.git

项目后的

箭头:Heroku帐户:添加教师 - 自动

尝试命令后推送