Hey there. Great project. I was trying to get the project setup and ran into some issues:
I'm getting the following errors when I'm trying to do a git push heroku master
remote: Retrieving ring/ring-jetty-adapter/1.4.0/ring-jetty-adapter-1.4.0.jar from clojars
remote: Could not transfer artifact clj-http:clj-http:pom:2.1.0 from/to clojars (https://clojars.org/repo/): Error occurred while retrieving from remote repository Repository[clojars|https://clojars.org/repo/]: Not in GZIP format
remote: Could not transfer artifact clj-json:clj-json:pom:0.5.3 from/to clojars (https://clojars.org/repo/): Error occurred while retrieving from remote repository Repository[clojars|https://clojars.org/repo/]: Not in GZIP format
remote: Could not transfer artifact clojure-csv:clojure-csv:pom:2.0.2 from/to clojars (https://clojars.org/repo/): Error occurred while retrieving from remote repository Repository[clojars|https://clojars.org/repo/]: Not in GZIP format
remote: Could not transfer artifact enlive:enlive:pom:1.1.6 from/to clojars (https://clojars.org/repo/): Error occurred while retrieving from remote repository Repository[clojars|https://clojars.org/repo/]: Not in GZIP format
remote: Could not transfer artifact hiccup:hiccup:pom:1.0.5 from/to clojars (https://clojars.org/repo/): Error occurred while retrieving from remote repository Repository[clojars|https://clojars.org/repo/]: Not in GZIP format
remote: Could not transfer artifact tinter:tinter:pom:0.1.1-20120609.171400-1 from/to clojars (https://clojars.org/repo/): Error occurred while retrieving from remote repository Repository[clojars|https://clojars.org/repo/]: Not in GZIP format
remote: Could not transfer artifact clj-time:clj-time:pom:0.11.0 from/to clojars (https://clojars.org/repo/): Error occurred while retrieving from remote repository Repository[clojars|https://clojars.org/repo/]: Not in GZIP format
remote: Could not transfer artifact jayq:jayq:pom:2.5.4 from/to clojars (https://clojars.org/repo/): Error occurred while retrieving from remote repository Repository[clojars|https://clojars.org/repo/]: Not in GZIP format
remote: Could not transfer artifact midje:midje:pom:1.8.3 from/to clojars (https://clojars.org/repo/): Error occurred while retrieving from remote repository Repository[clojars|https://clojars.org/repo/]: Not in GZIP format
remote: Could not transfer artifact ring-mock:ring-mock:pom:0.1.5 from/to clojars (https://clojars.org/repo/): Error occurred while retrieving from remote repository Repository[clojars|https://clojars.org/repo/]: Not in GZIP format
remote: Could not transfer artifact print-foo:print-foo:pom:1.0.2 from/to clojars (https://clojars.org/repo/): Error occurred while retrieving from remote repository Repository[clojars|https://clojars.org/repo/]: Not in GZIP format
remote: This could be due to a typo in :dependencies or network issues.
remote:
remote: ! Push rejected, failed to compile Clojure (Leiningen 2) app
Hey there. Great project. I was trying to get the project setup and ran into some issues:
I'm getting the following errors when I'm trying to do a
git push heroku master
My BUILDPACK_URL: https://github.com/kolov/heroku-buildpack-clojure