在 Heroku 我想做
java_controller.rb:
system("java hello");
我尝试了合装包解决方案
heroku config:add BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi.git
.buildpacks
https://github.com/heroku/heroku-buildpack-ruby.git
https://github.com/heroku/heroku-buildpack-java.git
我不断得到
!推送被拒绝,无法编译 Multipack 应用程序
当我做一个 git push heroku master 时。
这似乎是由于git clone
在多包编译中导致错误:请求的 URL 返回错误:400 while access https://... git --version is 1.7.0