我已经安装了 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
如何解决这个问题呢?谢谢!