본문 바로가기

etc/Github

100MB 이상 파일 업로드 시 오류 해결 방안

반응형

git filter-branch --index-filter 'git rm --cached --ignore-unmatch fileName'

fileName <<< 에는 error난 file의 이름을 써주면 된다. 예를 들어, 위의 사진처럼 난다면, "camera.zip" 을 fileName에 써주면 된다.

 

 

참고 싸이트 :

https://m.blog.naver.com/PostView.nhn?blogId=typeon&logNo=221001142558&proxyReferer=https%3A%2F%2Fwww.google.com%2F

 

github.com에서 file size limit

50mb가 넘는 파일이 존재할 경우 warning이 발생한다. 아래와 같은 메시지를 출력하고 파일을 repository에...

blog.naver.com

 

반응형