2014-04-08 3 views
0

GitHub에 4GB 이상의 데이터를 전달할 때이 출력이 표시됩니다. 나는 3 번 시도하고 매번 같은 오류가 발생했습니다. 이 문제를 어떻게 해결할 수 있습니까?대용량 데이터의 경우 Git 푸시가 실패합니다.

C:\Data\GitRepository\ABC\Master\ABC [master]> git push --verbose 
Pushing to https://github.com/username/ABC.git 
Counting objects: 1322, done. 
Delta compression using up to 2 threads. 
warning: suboptimal pack - out of memory 
Compressing objects: 100% (1267/1267), done. 
POST git-receive-pack (chunked) 
error: RPC failed; result=55, HTTP code = 200 153.00 KiB/s 
fatal: The remote end hung up unexpectedly 
Writing objects: 100% (1321/1321), 4.26 GiB | 1.70 MiB/s, done. 
Total 1321 (delta 238), reused 0 (delta 0) 
fatal: The remote end hung up unexpectedly 
Everything up-to-date 
C:\Data\GitRepository\ABC\Master\ABC [master]> 
+0

왜 GitHub의 4 기가 바이트 추진하고있다? 허용되는 최대 repo 크기는 1GB입니다 (https://help.github.com/articles/what-is-my-disk-quota#rule-of-thumb-1gb-per-repository-100mb-per). -파일). 레포가 왜 그렇게 큰가요? –

답변

관련 문제