小编Joh*_*ann的帖子

为什么我得到远程:sh:2:语法错误:当我运行git push heroku master时,未终止引用的字符串

我正在使用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)

git ruby-on-rails heroku

6
推荐指数
1
解决办法
1841
查看次数

标签 统计

git ×1

heroku ×1

ruby-on-rails ×1