반응형
Notice
Recent Posts
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 워치
- Firebase
- firebase-database
- Java8
- mqtt
- NoSuchMethodError
- Kotlin
- JNI
- OZViewer
- Android
- ActivityResult-API
- git
- cloud-firestore
- Dva
- TIZEN
- hung-up
- firebase-storage
- google-login
- gradle
- 오즈뷰어
- Flavors
- mosquitto
- BottomSheetDialog
- AWS
- socket.io
- git-push
- socket-client
- Galaxy Watch
- ozd
- socket-server
Archives
- Today
- Total
Hyeyeon blog
[Git] Git Push 오류 해결 방법 (the remote end hung up unexpectedly) 본문
반응형

Git push 시 git post buffer 사이즈가 적을 경우에 발생한다.
error: RPC failed; HTTP 503 curl 22 The requested URL returned error: 503
fatal: the remote end hung up unexpectedly
post buffer 사이즈를 늘려주어 해결할 수 있다.
// 원하는 버퍼 크기를 입력
git config --global http.postBuffer 20971520
git config --global http.maxRequestBuffer 100M
728x90
'개발 > etc' 카테고리의 다른 글
[Windows] V2 Credential Provider 적용하기 (0) | 2021.07.15 |
---|---|
[Firebase] Firebase Storage 버킷 만들기 (0) | 2021.05.05 |
[AWS] ec2 ubuntu root 비밀번호 로그인 설정 (0) | 2020.11.18 |
[MQTT] MQTT Mosquitto 서버 userName, password 설정 (0) | 2020.11.18 |
[Git] this exceeds GitHub's file size limit of 100.00 MB (0) | 2019.03.04 |