2016-11-09 7 views
0

herokuアプリにプッシュするときに問題が発生しています。私は既存のレポを持っていて、コンソールからヒーローアプリを作成しました。herokuアプリにプッシュできません

私は

git push heroku master 

を行うとき、私は

heroku git:remote -a myapp 

は、その後、私は手に入れた:事前に

fatal: bad tree object 06c7dcf7e58e681253c74c381bb08827575046d3 
fatal: The remote end hung up unexpectedly 
fatal: The remote end hung up unexpectedly 
error: failed to push some refs to 'https://git.heroku.com/myapp.git' 
fatal: write error: Bad file descriptor 

感謝を。

+0

可能性のある重複した[悪いのgitツリーオブジェクトを修正する方法](http://stackoverflow.com/questions/9005756/how-to-fix-a-bad- git-tree-object) – Sukima

答えて

0

私はherokuサポートから解決策を見つけました。レポは実行してressetすることができますの

heroku repo:reset 
+0

'repo:resetはherokuコマンドではありません。 ' – ProfK

関連する問題