코딩공부/Python Django

heroku Syntax is: git@heroku.com:<app>.git where <app> is your app's name.

integerJI 2020. 7. 30. 23:26

https://integer-ji.tistory.com/257

 

heroku git@heroku.com: Permission denied (publickey).

git@heroku.com: Permission denied (publickey). 에러 등장 아마 heroku에 배포하다 DB가 꼬여서 DB 초기화 후 다시 배포할때 등장하였던것 같습니다.. mac 기준입니다. 터미널창에 heroku keys 존재여부 확인 h..

integer-ji.tistory.com

 

산넘어 산

 

heroku key를 등록 후 여전히 git push heroku master가 안되는 현상 발생

 

명령어 입력

 

 

흑흑 heroku를 배포하며 어디선가 꼬엿다.

 

천천히 다시 풀어가는 과정

 

Syntax is: git@heroku.com:<app>.git where <app> is your app's name. 등장

 

원인은 app과 연동이 안되어있던거 같네요

 

heroku git:remote -a <app> 입력

 

git push heroku master 입력 -> 해결 ㅠ