[에러] error: RPC failed; HTTP 408 curl 22 The requested URL returned error: 408
2023. 7. 7. 14:45ㆍ에러 창고
728x90
SMALL
[Reason]
만들어져있던 프로젝트를 다른 Repository에 넣기위해 git 초기 설정 중에 git push 명령어를 입력했을 때 발생된 에러이다.
프로젝트 크기가 크다 보니 git Https 버퍼 용량이 초과가 되어 발생된 에러라고 한다.
[Solution]
git config http.postBuffer {버퍼 크기} 명령어를 입력하여 버퍼 캐시 크기를 늘려주고 다시 push 했더니 무사히 수행되었다.
728x90
반응형
LIST
'에러 창고' 카테고리의 다른 글
[에러] error:0308010C:digital envelope routines::unsupported (0) | 2023.07.21 |
---|---|
[에러] [WARNING]: ERR! npm ci (0) | 2023.07.07 |
[에러] Note: Recompile with -Xlint:unchecked for details. (0) | 2023.07.03 |
[에러] com.mysql.cj.jdbc.exception.CommunicationsException: Communications link failure (0) | 2023.06.19 |
[에러] InvalidOperationException: Insecure connection not allowed (1) | 2023.06.09 |