일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 완전탐색
- 코딩테스트
- ML
- 프로그래머스
- 재귀함수
- CS
- 정렬
- 백준
- 브루트포스
- dfs
- 재귀
- 코테
- OS
- two pointer
- Loss
- Virtual Memory
- 신나는함수실행
- BF
- Github
- Python
- backtracking
- 머신러닝
- 알고리즘
- python3
- Algorithm
- 투포인터
- sort
- 파이썬
- 1일1솔
- 백트래킹
Archives
- Today
- Total
이것저것 공부 기록하기
! [rejected] master -> master (fetch first) 에러 해결 본문
! [rejected] master -> master (fetch first)
error: failed to push some refs to 'https://github.com/jyshin0926/StudyLoop.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
git push 했을 때 나온 에러로 결론적으로는 기존 데이터가 손실이 있을 수 있어서 진행이 안 되게 하는 것!
git push origin +master
위 명령으로 강제 push가 가능하지만, 기존 데이터는 보장 못 한다.
반응형
'CS > Github' 카테고리의 다른 글
github 로컬 연동 flow 정리 (0) | 2021.09.09 |
---|---|
GitHub Error: Authentication Failed 문제 해결하기 (0) | 2021.09.09 |
[Github] Repository mirroring (0) | 2021.04.06 |
Comments