push 시에 remote error 질문
652
작성한 질문수 81
remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com.
remote: error: Trace: 3132d2271d3841301d016bcad034727ad611334ac6c79a90d632587e8d4baf51
remote: error: See http://git.io/iEPt8g for more information.
remote: error: File .next/cache/webpack/client-development/2.pack is 229.30 MB; this exceeds GitHub's file size limit of 100.00 MB
remote: error: File .next/cache/webpack/client-development/11.pack is
331.46 MB; this exceeds GitHub's file size limit of 100.00 MB
remote: error: File .next/cache/webpack/client-development/26.pack is
102.01 MB; this exceeds GitHub's file size limit of 100.00 MB
remote: error: File .next/cache/webpack/client-development/56.pack is
134.46 MB; this exceeds GitHub's file size limit of 100.00 MB
remote: error: File .next/cache/webpack/client-development/10.pack is
112.58 MB; this exceeds GitHub's file size limit of 100.00 MB
remote: error: File .next/cache/webpack/client-development/39.pack is
112.78 MB; this exceeds GitHub's file size limit of 100.00 MB
To https://github.com/youngnrichh/instagram-clone.git
! [remote rejected] main -> main (pre-receive hook declined)
error: failed to push some refs to 'https://github.com/youngnrichh/instagram-clone.git'
보니까 .next 파일 메모리가 100mb넘어서 에러뜨는것같은데
.gitignore에 .next를 넣었는데도 불구하고 푸쉬할때마다 이런게 계속뜹니다.
구글링해서 여러가지 방법해보고 git rm -r --cached . 이거하고 커밋하고 푸쉬해봐도 안되네요...
어떻게 방법이 없을까요?
답변 1
0
.next를 지우고 나서 커밋 한 번 해도 안 되나요? 애초에 .next나 node_modules같은 것을 깃에 커밋하면 안 됐습니다. 가장 간단한 방법은 repo를 새로 만드는 겁니다.
넥스트 버젼 질문
0
90
2
로그인시 401 Unauthorized 오류가 뜹니다
0
104
1
무한 스크롤 중 스크롤 튐 현상
0
192
1
특정 페이지 접근을 막고 싶을 때
0
116
2
createGlobalStyle의 위치와 영향범위
0
102
2
인라인 스타일 리렌더링 관련
0
98
2
vsc 에서 npm init 설치시 오류
0
157
2
nextjs 15버전 사용 가능할까요?
0
166
1
화면 새로고침 문의
0
129
1
RTK에서 draft, state 차이가 있나요?
0
160
2
Next 14 사용해도 될까요?
0
455
1
next, node 버전 / 폴더 구조 질문 드립니다.
0
359
1
url 오류 질문있습니다
0
217
1
ssh xxxxx로 우분투에 들어가려니까 port 22: Connection timed out
0
391
1
sudo certbot --nginx 에러
0
1293
2
Minified React error 콘솔에러 (hydrate)
0
478
1
카카오 공유했을 때 이전에 작성했던 글이 나오는 버그
0
255
1
프론트서버 배포 후 EADDRINUSE에러 발생
0
338
1
npm run build 에러
0
525
1
front 서버 npm run build 중에 발생한 에러들
0
399
1
서버 실행하고 브라우저로 들어갔을때 404에러
0
350
2
css 서버사이드 랜더링이 적용되지 않아서 문의 드립니다.
0
290
1
팔로워 3명씩 불러오고 데이터 합쳐주는걸로 바꾸고 서버요청을 무한으로하고있습니다.
0
249
2
해시태그 검색에서 throttle에 관해 질문있습니다.
0
206
1





