Enumerating objects: 16, done.
Counting objects: 100% (16/16), done.
Delta compression using up to 8 threads
Compressing objects: 100% (11/11), done.
error: RPC failed; HTTP 400 curl 22 The requested URL returned error: 400
send-pack: unexpected disconnect while reading sideband packet
Writing objects: 100% (11/11), 2.81 MiB | 4.19 MiB/s, done.
Total 11 (delta 5), reused 0 (delta 0), pack-reused 0 (from 0)
fatal: the remote end hung up unexpectedly
Everything up-to-date
위 오류는 Git에서 리모트 저장소에 푸시(push)할 때 발생하는 문제를 나타낸다. RPC failed; HTTP 400 오류는 서버와의 통신 문제가 원인일 수 있다. 해결 방법으로는 다음을 시도할 수 있다.
git config --global http.postBuffer 157286400
'코드와 오류 기록' 카테고리의 다른 글
google app script - 공휴일 (0) | 2024.11.17 |
---|---|
Framer에서 OS별로 버튼 출력여부 결정하기 (0) | 2023.08.29 |
Framer에서 구글 시트로 데이터 전송하기 (0) | 2023.08.29 |
pytorch를 이용한 운동 자세 확인 (0) | 2023.08.15 |
SD roop 설정 (0) | 2023.08.10 |