반응형
git push를 하는데 이런 오류가 나왔다
pull도 다 되어있는데 계속 push가 안되었는데
이유는
한 번에 push하는 데이터가 너무 많을 때 생긴다고 한다!
GitHub seems quite limited in terms of the number of refs that can be pushed at once.
When a repository contains 100+ refs, a single push would return a "remote: Internal Server Error".
Push with 100+ refs fails with "remote: Internal Server Error" · Issue #1253 · isaacs/github
I've already opened a ticket with GitHub Support, however, it is worth tracing the issue here as well. GitHub seems quite limited in terms of the number of refs that can be pushed at once. When...
github.com
그래서 깃허브에 올릴 필요없는 데이터파일들을 reset으로 지워주고 난 후 다시 올리니 정상적으로 push가 되었다!
반응형
'Programming' 카테고리의 다른 글
20220425 코딩테스트&AI 공부일기 (0) | 2022.04.26 |
---|---|
conda install error : Retrying with flexible solve. (0) | 2022.03.18 |
객체지향프로그래밍 OOP(object oriented programming) - 1 (0) | 2022.01.21 |
깃허브 Readme 꾸미기에 사용한 링크 (0) | 2021.12.15 |
[Android Studio] setText로 숫자 출력하기 (계산기 앱 실습) (0) | 2021.10.15 |