본문 바로가기
Server/Vapor - ServerSide

Vapor ) Heroku를 사용하면서 만난 오류들

by 후르륵짭짭 2020. 10. 27.
728x90
반응형

 

안녕하세요!! 후르륵짭짭 입니다.

이번에는 Heoroku를 사용하면서 발생했던 오류들에 대해 정리 해보려고 합니다.

 

-- 다시 Heroku에 접속 할때는 heroku git:remote -a yourapp 를 반드시 해줘야한다!!

stackoverflow.com/questions/18406721/heroku-does-not-appear-to-be-a-git-repository

 

'heroku' does not appear to be a git repository

When I try to push my app to Heroku I get this response: fatal: 'heroku' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the correct

stackoverflow.com

 

-- 깃의 원격 저장소와 현재 로컬 저장소가 동기화되어있지 않기을 때 해결 방법 

그런데 이 방법을 사용하면 무시무시한 일이 벌어진다,,, 깃이 파일이 모여 있는 곳에서는 사용안하는 것을 추천한다. 깃으로 연결되어 있는 다른 것들이 연결 해제가 된다....

blog.dalso.org/it/git/14204

 

git push 에러 해결하기([rejected] master -> master (fetch first) error: failed to push some refs to) - DALSO's BLOG

깃을 사용중에 위와같은 오류가 나왔을때 해결방법입니다. ! [rejected] master -> master (fetch first)error: failed to push some refs to 'https://github.com/dalso~~'hint: Updates were rejected because the remote contains work that you d

blog.dalso.org

 

-- 위 방식으로 다른 git파일이 연결이 해제 됐을 때 해결 방법

ndb796.tistory.com/275

 

깃(Git) fatal: refusing to merge unrelated histories 오류

깃을 이용할 때 종종 fatal: refusing to merge unrelated histories라는 오류를 확인할 수 있습니다. 이 오류는 git push를 진행할 때나 혹은 git pull을 진행할 때 발견할 수 있는 오류입니다. 로..

ndb796.tistory.com

 

-- heroku의 bash에 접근하는 방법

stackoverflow.com/questions/38924458/how-to-see-files-and-file-structure-on-a-deployed-heroku-app

 

How to see files and file structure on a deployed Heroku app

My client app that is deployed on Heroku allows the user to upload images onto Heroku. I wanted to test out a change I made to delete images, so I need a way to see the state of the folder structu...

stackoverflow.com

 

728x90
반응형

댓글