2016-11-09 3 views
0

heroku 앱으로 푸시 할 때 문제가 있습니다. 기존의 repo를 보유하고 콘솔을 통해 heroku 앱을 만들었습니다. 사전에heroku 앱으로 푸시 할 수 없습니다.

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 

감사 : 나는

git push heroku master 

을 수행 할 때

나는 내가 할 그런
heroku git:remote -a myapp 

했다.

+0

가능한 복제 [나쁜 자식 트리 오브젝트를 해결하는 방법 (http://stackoverflow.com/questions/9005756/how-to-fix-a-bad- git-tree-object) – Sukima

답변

0

나는 heroku 지원에서 해결책을 찾아 냈다. REPO 실행하여 resset 할 수 있습니다

heroku repo:reset 
+0

'repo : reset은 heroku 명령이 아닙니다. ' – ProfK

관련 문제