Microsoft MVP성태의 닷넷 이야기
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 

git push - error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large

git push 시 다음과 같은 오류가 발생한다면?

D:\temp> git push -u origin --all
Username for 'https://git.testgit.com:6443': tusr@testgit.com
Password for 'https://tusr@testgit.com@git.testgit.com:6443':
Counting objects: 27128, done.
Delta compression using up to 6 threads.
Compressing objects: 100% (7141/7141), done.
error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large
fatal: The remote end hung up unexpectedly
Writing objects: 100% (27128/27128), 170.14 MiB | 37.00 MiB/s, done.
Total 27128 (delta 19422), reused 27128 (delta 19422)
fatal: The remote end hung up unexpectedly
Everything up-to-date

remote repo로 등록된 "origin"의 git 서버에서 client_max_body_size를 조정하면 됩니다.

Artifact upload - Fails with Request Entity Too Large
; https://gitlab.com/gitlab-org/gitlab-runner/issues/1651

그러니까, git push하는 사용자 측에서 해결할 수 있는 문제가 아니고 해당 repo를 관리하는 서버 측 관리자에게 보고하면 됩니다.




[이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]







[최초 등록일: ]
[최종 수정일: 7/6/2019]

Creative Commons License
이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다.
by SeongTae Jeong, mailto:techsharer at outlook.com

비밀번호

댓글 작성자
 




... 196  197  [198] 
NoWriterDateCnt.TitleFile(s)
14정성태7/17/200323043VC++: 4. MFC Message 처리 구조
13정성태7/17/200322730VC++: 3. template 활용의 최고 단계!
12정성태5/7/200620438VC++: 2. void func1( MYCLASS *&pBuildingElement ); 선언의 의미
10정성태7/17/200318949기타: 2. 데브피아 사이트의 클럽 서비스 내에 있는 Standard C++ Research
9정성태7/17/200324330기타: 1. Programming Applications for Microsoft Windows 4th Edition
8정성태7/17/200321739COM 개체 관련: 2. CWindowImpl 의 기본 윈도우 클래스 명을 바꾸려면?
7정성태7/17/200324387VS.NET IDE: 1. VC++ 프로파일링 사용법
4정성태7/17/200336892VC++: 1. C++ 클래스 멤버변수 초기화 [3]
3정성태7/17/200322819스크립트: 2. JScript에서의 Blocking 동작을 막아주는 COM 메서드
2정성태6/14/200641615COM 개체 관련: 1. IWebBrowser2와 IHTMLDocument2의 상호 변환 [2]
1정성태7/17/200325707스크립트: 1. IE 의 훌륭한 저장기능 - userData
... 196  197  [198]