[ 오류데이터 ] ! [remote rejected] master -> master (pre-receive hook declined) ! [remote rejected] master -> master (pre-receive hook declined) 원인 heroku 에서 push 할 때 branch 에는 권한이 없다. 해결 checkout master 해서 master로 바꾸어 push 하면 정상작동한다. 개발/Git 5년 전
[ 오류데이터 ] heroku repository not found 에러 heroku repository not found 에러 원인 git push heroku master 할 때 새로 만든 heroku 가 인식되지 않은 채 이전에 삭제한 heroku repository로 push를 시도하기 때문. 해결 해당 프로젝트에서 git폴더의 config파일을 수정해주면 된다. [remote "heroku"] url = " 새로 push할 heroku 주소 " 개발/Git 5년 전