반응형
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 |
Tags
- firebase-database
- socket-client
- cloud-firestore
- NoSuchMethodError
- Galaxy Watch
- firebase-storage
- 오즈뷰어
- Android
- hung-up
- socket.io
- mqtt
- OZViewer
- Java8
- TIZEN
- gradle
- BottomSheetDialog
- ozd
- mosquitto
- Kotlin
- 워치
- Firebase
- AWS
- socket-server
- Flavors
- Dva
- google-login
- JNI
- git
- ActivityResult-API
- git-push
Archives
- Today
- Total
목록git (2)
Hyeyeon blog
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/ba6N5h/btqOtgHxJwX/lhXzggyJfXudYf4qzx6fz0/img.jpg)
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
개발/etc
2020. 11. 27. 18:16
[Git] this exceeds GitHub's file size limit of 100.00 MB
# git push 에러 발생 remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com. remote: error: Trace: 064235146208ac1c34111e66858bca0a remote: error: See http://git.io/iEPt8g for more information. remote: error: File app/heavy.txt is 144.50 MB; this exceeds GitHub's file size limit of 100.00 MB 1. git-lfs 적용 git lfs install git lfs track "*.e..
개발/etc
2019. 3. 4. 12:36