Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: 오브젝트 파일이 비어있는 현상 #62

Open
Sungrinhan opened this issue Mar 14, 2022 · 2 comments
Open

Error: 오브젝트 파일이 비어있는 현상 #62

Sungrinhan opened this issue Mar 14, 2022 · 2 comments

Comments

@Sungrinhan
Copy link

발생한 문제 : 빌드까지는 정상 진행되나 deploy 과정에서 문제가 발생합니다.
노드버전: 15.14.0
우분투 버전 : 20.04.4 lts

info Done building in 14.200233325 sec

error: 오브젝트 파일 .git/objects/3d/d57d0cd7a4303527175da15cf189393300d460가 비었습니다
fatal: loose object 3dd57d0cd7a4303527175da15cf189393300d460 (stored in .git/objects/3d/d57d0cd7a4303527175da15cf189393300d460) is corrupt

어제까지만 해도 잘되었고, 오늘 블로깅 한것을 지우고 배포를 해보아도 동일한 이슈가 발생합니다. 혹시 해당 현상에 대해 원인을 알고계신가요?
추가정보가 필요하다면 코멘트 부탁드립니다.ㅠㅠ

@Sungrinhan
Copy link
Author

Sungrinhan commented Mar 14, 2022

참고로 npm start 로 로컬환경에서 실행하면 정상작동 확인하였습니다.
(수정) 3월 13일 블로깅까지는 deploy 가 잘되어있습니다. 13일 까지 작성한 블로깅도 삭제하고 deploy 해보았으나동일한 현상이 발생했습니다.

@Sungrinhan
Copy link
Author

해결은 아니지만 , 새로운 로컬에 레포지토리를 클론하고 안에 컨텐츠를복사해서 쓰고 있습니다.

기존문제의 경우 https://stackoverflow.com/questions/11706215/how-can-i-fix-the-git-error-object-file-is-empty 를 참고하였는데, deploy 도중 혹은 git push 도중 예기치 못한 상태로 인해 정상적으로 종료가 안되었을때 발생할 수 있다더군요.

새로운 로컬환경에서 레포를 복사하고, .git 파일만 옮겨오면 되지만, 개츠비 블로그에는 적용하는 방법을 몰라서 적용하지 못했습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant