にサンプルGOLangアプリケーションをデプロイすることはできませんオブジェクト:28、完了。どのようには、私はHerokuのにサンプルGOアプリケーションは<a href="https://github.com/kr/go-heroku-example">here</a></p> <p>を記載されている。しかし、私は、コマンドを実行したときに展開しようとしたHerokuの
Counting objects: 10, done.
Compressing objects: 100% (8/8), done.
Writing objects: 100% (10/10), 1.16 MiB | 690 KiB/s, done.
Total 10 (delta 1), reused 0 (delta 0)
-----> Fetching custom git buildpack... done
-----> Go app detected
-----> Installing Go 1.1... done
Installing Virtualenv... done
Installing Mercurial... done
Installing Bazaar... done
-----> Running: go get -tags heroku ./...
package echo/...: unrecognized import path "echo/..."
! Heroku push rejected, failed to compile Go app
To [email protected]:evening-reef-1503.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to '[email protected]m:evening-reef-1503.git'
任意のアイデア:私は、単純なハロー世界GOアプリケーションを作成したが、同じのgit pushコマンドから、私は、次のエラーを得た古く
Compressing objects: 100% (21/21), done. Writing objects: 100% (28/28), 3.08 KiB, done. Total 28 (delta 6), reused 0 (delta 0)
! Heroku push rejected, no Cedar-supported app detected
To [email protected]:mysterious-refuge-1227.git ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to '[email protected]:mysterious-refuge-1227.git'
サンプルコードがあるかもしれません私はこの問題を解決できますか?
- GoLangバージョン:バージョンgo1.1のlinux/386
- Kubuntuのバージョンに行く:12.10
プッシュする前にあなたのレポに 'Procfile'を追加しなかったと思います。 – elithrar
githubのサンプルコードにはProcfileがあります。私のアプリケーションでは、私はProcfileを含んだ。私はそれが私のレポに追加されたことを確認しました。 – rexposadas