繁体   English   中英

git push heroku master产生致命错误

[英]git push heroku master generates a fatal error

枢纽怎么样? 我在这里再次用另一个n00b查询。 我正在阅读Learn Rails教程,并在步骤1.4.2。 当我输入:

C:\Sites\rails_projects\first_app> git push heroku master

系统返回:

!Timed out compiling Ruby/Rails app (15 minutes)
!See https://devcenter.heroku.com/articles/slug-compiler#time-limit

To git@heroku.com:gentl-hamlet-4079.git
![remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:gentle-hamlet-4079.git'

这些命令不是从我的rails_projects或rails_projects / first_app目录运行的,我以前在使用ssh键时遇到了麻烦,但是我认为这与它无关。 如果您好,我们那里的开发人员无论如何都可以帮助我,我将不胜感激。

还使用:

$ cd ~/<anythng>

返回和错误。 我不确定在编写编程文档时“〜/”是否只是简写形式,或者它实际上应该可以工作。 如果有帮助,我正在使用XP sp3。

使用turbo-sprockets-rails3 gem,可确保系统不对资产进行多次预编译以及对其进行缓存,因此后续的预编译将仅预编译已更改的文件。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM