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
この問題を解決するには?ありがとう!