git&github

깃허브 300mb 무시하고 push 하는 방법

영넨이 2025. 9. 2. 20:17
반응형

https://github.com/kevin0181/git-chunker

 

GitHub - kevin0181/git-chunker: A Python tool to automatically commit and push files to Git in 300MB chunks.

A Python tool to automatically commit and push files to Git in 300MB chunks. - kevin0181/git-chunker

github.com

 

위 깃허브 사이트에 들어가서

auto_commit.py파일을 받는다

 

가장 상단 루트 폴더에 내부에 넣어놓고 py파일을 실행한다.

 

 

이미지처럼 37기가가 넘어가는 폴더도 순차적으로 300mb내외로 계산해서 커밋 푸쉬해줘서 올릴 수 있다.

 

반응형

'git&github' 카테고리의 다른 글

깃허브란?  (1) 2020.06.30
git bash 작업트리에서 수정한 파일 되돌리기  (1) 2020.06.29
깃 저장소 만들기  (0) 2020.06.29
깃&깃허브 깃 명렁어, 리눅스 기본 명령어  (0) 2020.06.27
깃 설치하는법  (0) 2020.06.27