我正在使用Rails 4.0.0.rc2和Ruby 1.9.3我已经创建了应用程序,我已经使用git push在GitHub存储库中推送该应用程序.
当我尝试git push heroku master命令时,我收到以下错误:
C:\Sites\first_app>git push heroku master
Counting objects: 101, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (92/92), done.
Writing objects: 100% (101/101), 21.02 KiB, done.
Total 101 (delta 7), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Ruby app detected
remote: -----> Compiling Ruby/Rails
remote: sh: 2: Syntax error: Unterminated quoted string
remote: !
remote: ! There was an …Run Code Online (Sandbox Code Playgroud)