'heroku'는 자식 저장소가 아닙니다. 앱을 Heroku로 푸시하려고하면 다음과 같은 응답이 나타납니다. fatal: 'heroku' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 'heroku keys : add'를 시도했지만 여전히 동일한 결과가 나타납니다. 내 GitHub 계정에 대한 ssh 키가 이미 있습니다. Heroku 앱을 Git 리모컨으로 추가하려면을 실행해야합니다 heroku git:remote -a yourapp. 출처 : Git으로 배포 ..