Thursday, March 16, 2017

Laravel Spark rejected in heroku push

I am using laravel spark and have been using it in an app for months. It has never caused a problem for me. It gives this error initially:

Failed to download laravel/spark from dist: The "https://api.github.com/repos/laravel/spark/zipball/ac06613a5e7781132a046aea7f3fe4bccc3d6d90" file could not be downloaded (HTTP/1.1 404 Not Found)

Later in the build, the error given is this :

Failed to execute git clone --no-checkout 'https://***:***@github.com/laravel/spark.git' '/tmp/build_f3c7dfd5e81ed2ed6eb93023105fed91/vendor/laravel/spark' && cd '/tmp/build_f3c7dfd5e81ed2ed6eb93023105fed91/vendor/laravel/spark' && git remote add composer 'https://***:***@github.com/laravel/spark.git' && git fetch composer 

It seems to me that the authorization through github is no longer working. However, I cannot figure out why this is or how to fix it. Do I need to change something due to a new version?

My coworker bought the license so he may have gotten an email that I missed. I contacted spark but they have not responded. Thanks



via Joshua Foxworth

Advertisement