我想推入一些與Git的紅寶石代碼,並保持部分方式通過停止。這裏是我的設置和錯誤,我得到..Heroku部署錯誤:沒有默認語言
[email protected]:~/ruby# git remote -v
heroku https://git.heroku.com/warm-woodland-27175.git (fetch)
heroku https://git.heroku.com/warm-woodland-27175.git (push)
[email protected]:~/ruby# ls
config.ru myapp.rb
[email protected]:~/ruby# git push heroku master
Counting objects: 4, done.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (4/4), 398 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: ! No default language could be detected for this app.
remote: HINT: This occurs when Heroku cannot detect the buildpack to use for this application automatically.
remote: See https://devcenter.heroku.com/articles/buildpacks
remote:
remote: ! Push failed
remote: Verifying deploy...
remote:
remote: ! Push rejected to warm-woodland-27175.
remote:
To https://git.heroku.com/warm-woodland-27175.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/warm-woodland- 27175.git'
[email protected]:~/ruby#
我仍然在試圖瞭解插件和Git的出局,但我很迷失,爲什麼Git並不在我的編譯文件夾識別文件擴展名。我認爲這是如何獲取使用什麼語言,.rb .pl等...任何幫助將不勝感激。