• 전화하지 마셈
  • hyungseob@ssim.pe.kr
Codeigniter 3.x에서 4.x로 갈아 엎느라 기존 게시판 주소로 접근시 새 주소로 리다이렉션 된다.

Developerment [Tool]

[git] fatal: the remote end hung up unexpectedly

  • 빛그림
  • 43
bonobo git 서버로 push를 하는 과정에 아래와 같은 에러를 발견 했다.

error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413
fatal: the remote end hung up unexpectedly
fatal: the remote end hung up unexpectedly

먼저 vi ~/.gitconfig 에서 postBuffer를 늘려 주었지만 여전히 같은 상황이라 IIS에서 bonobo git의 수신 용량을 늘려주어 문제를 해결 했다.

C:\inetpub\git_server\git\Web.config 화일을 열고 아래 항목을 찾아 수정하고 해당 서비스를 재시작 했다.
maxRequestLength="10240000"
maxAllowedContentLength="1048576000"

새댓글 등록