투케이2K

62. (Bitbucket/Git) [에러 해결] error: RPC failed HTTP 500 curl 22 The requested URL returned error: 500 본문

비트버킷 & Git

62. (Bitbucket/Git) [에러 해결] error: RPC failed HTTP 500 curl 22 The requested URL returned error: 500

투케이2K 2024. 8. 13. 22:03
반응형

[환경 설정]

저장소 : Bitbucket / Git

사용 목적 : 소스 코드 버전 관리 실시

 

[에러 원인]

1. Git 업로드 push 수행 시 지정 된 사이즈 외 파일 사이즈 크기가 over 되어 발생하는 이슈

error: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500
send-pack: unexpected disconnect while reading sideband packet
 

[해결 방법]

1. Git Config 설정에서 global 사이즈 변경 수행

    >> git config --global http.postBuffer 524288000

 



반응형
Comments