heroku / dotnet-buildpack

ASP.NET 5 Buildpack
MIT License
92 stars 111 forks source link

Push Rejected #8

Open ghost opened 8 years ago

ghost commented 8 years ago
$ git push heroku master
Counting objects: 145, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (136/136), done.
Writing objects: 100% (145/145), 588.87 KiB | 0 bytes/s, done.
Total 145 (delta 35), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Fetching set buildpack https://github.com/heroku/dotnet-buildpack.git... done
remote: -----> ASP.NET 5 app detected
remote: installing https://github.com/friism/mono-builder/releases/download/v4.0.1.44/mono-4.0.1.44.tar.gz
remote:
remote:  !     Push rejected, failed to compile ASP.NET 5 app
remote:
remote: Verifying deploy...
remote:
remote: !       Push rejected to repo.
remote:
To https://git.heroku.com/repo.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/repo.git'
zhakhalov commented 8 years ago

same((

msusur commented 8 years ago

same here...

rollsch commented 7 years ago

I also get the same error. Same with this other build pack https://github.com/jincod/dotnetcore-buildpack

grizzlyaydn commented 7 years ago

I think I've the same error - any ideas?

-----> ASP.NET 5 app detected installing https://github.com/friism/mono-builder/releases/download/v4.0.1.44/mono-4.0.1.44.tar.gz ! Push rejected, failed to compile ASP.NET 5 app. ! Push failed

rollsch commented 7 years ago

I gave up. Heroku said to use docker files but I had so many dramas with them I also gave up and just used Azure which worked first time.

Once I actually get an azure bill I'll look into getting heroku working again but for now it seems C# just doesn't have enough support on heroku.