BackEnd/Error2 Heroku: pre-receive hook declined git push heroku master Heroku Git을 이용해 Deploy를 하는 과정에서 다음과 같은 push 명령어를 사용하니 아래의 에러가 발생했다. ! [remote rejected] main -> main (pre-receive hook declined) error: failed to push some refs to 'https://git.heroku.com/[application-name].git' 해결 방법 1. 지원되는 앱(Rails, Django 등)이 포함된 repository를 push하고 있으며, 테스트를 하기위해 무작위의 repository를 푸시하는 것이 아닌지 확인한다. Newbie in Heroku: Error when push my app to Heroku I am .. 2022. 1. 25. [ubuntu] dpkg was interrupted Error 해결 방법 E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. dpkg가 올바르게 구성되지 않아서 발생하는 오류로, 오류 메세지에 나온 커맨드를 그대로 실행하면 해결할 수 있다. sudo dpkg --configure -a 만약 해결되지 않으면 커맨드 입력 전에 $sudo apt-get install -f를 실행해준다. sudo apt-get install -f sudo dpkg --configure -a 다만, 실행 중 아래와 같은 오류가 발생할 때가 있는데, /usr/sbin/dkms: fork: Cannot allocate memory 메모리 부족 문제이므로, 서버 내부의 메모리 사용량 .. 2021. 1. 8. 이전 1 다음 반응형