简体   繁体   中英

git push heroku master generates a fatal error

How's it going hub. L here again with another n00b query. I'm going through the Learn Rails Tutorial and I'm on step 1.4.2. When i enter:

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

The system return:

!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'

The commmands do not run from my rails_projects or rails_projects/first_app dir and i was previously having complications with my ssh keys but I don't think that has anything to do with it. If you kind dev-ers our there there could help me in anyway I'd be more than grateful.

also using:

$ cd ~/<anythng>

returns and error. i'm not sure if "~/" is just shorthand when when documenting programming or if it actually supposed to work. I'm on XP sp3 if that helps.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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