我的 GIT 提交和推送命令成功通过,但我的应用程序无法启动,并告诉我出现了服务器错误。我检查了 Heroku 服务器的状态,它以最佳性能运行。
这是我在日志中发现的错误:
C:/Documents and Settings/Administrator/.heroku/client/lib/heroku/updater.rb:155
:in `spawn': No such file or directory - C:/Program Files/Heroku/bin/heroku upda
te (Errno::ENOENT)
from C:/Documents and Settings/Administrator/.heroku/client/lib/heroku/u
pdater.rb:155:in `background_update!'
from C:/Program Files/Heroku/lib/heroku/updater.rb:135:in `inject_libpat
h'
from C:/Program Files/Heroku/bin/heroku:19:in `<main>'
我不明白这是什么意思。你能帮我么?