Git error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413
2022. 9. 1. 13:51ㆍ웹개발/에러
한번에 많은 용량의 데이터를 업로드 할 때 나는 에러
해결방법
1. 버퍼가 허용가능한 정도의 용량으로 나누어 보낸다.
2. 버퍼의 용량 크기를 늘린다.
git config --global http.postBuffer 524288000
728x90
'웹개발 > 에러' 카테고리의 다른 글
UserNotFound: Could not find user "root" for db "admin" mongodb (1) | 2022.12.14 |
---|---|
E: Unable to locate package (0) | 2022.09.02 |
[PM2][ERROR] Error: No script path - aborting (0) | 2022.08.11 |
javax.servlet.http.HttpServletRequest.getAttribute(String)" is null (0) | 2022.02.21 |
Could not publish server configuration for Tomcat v9.0 Server at localhost. (0) | 2022.02.14 |