일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- controller
- n+1
- optional
- BindingResult
- 세션의 정의
- .orelseThrow
- application-properties
- jpa
- spring
- SpringMVC
- 김영한
- springSecurityFilterChain 오류
- 세션이란
- Testcode
- 구글 보안 api 활용
- 쿠키란
- 필터의 정의
- 인터셉터의 정의
- 필터vs인터셉터
- 세션vs쿠키
- java.lang.AssertionError
- 유연한 컨트롤러1 - v5
- filter vs interceptor
- Validation
- @Controller
- 쿠키의 정의
- 401오류
- abap value in field Data Class error
- spring MVC
- MVC
- Today
- Total
ABAP DUMP ERROR 24시
병합 오류: refusing to merge unrelated histories, 푸시가 거부됨 본문
병합 오류: refusing to merge unrelated histories, 푸시가 거부됨
이운형 2022. 1. 10. 12:37결론 : intellij 터미널에서 git pull --allow-unrelated-histories
를 사용해서 병합 혹은 처리를 하면 된다.
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Integrate the remote changes (e.g.
! refs/heads/master:refs/heads/master [rejected] (non-fast-forward)
hint: 'git pull ...') before pushing again.
Done
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
12:27:47.833: [jpafoundation] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false fetch origin --recurse-submodules=no --progress --prune
12:27:49.478: [jpafoundation] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false merge origin/master --no-stat -v
fatal: refusing to merge unrelated histories
12:29:02.437: [jpafoundation] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false push --progress --porcelain origin refs/heads/master:master
git push or pull 진행시 오류.
=> 내 저장소의 소스코드와 github의 소스코드의 기록을 비교했을때 차이가 심할때 병합 오류가 날꺼같으니 한번 확인해 봐라.
'[WEB]오류들 > inteilij-git오류' 카테고리의 다른 글
JPA Service 계층 오류 (Optional) (0) | 2022.05.22 |
---|---|
JAVA-HOME not found in your enviroment. 오류 (0) | 2022.01.22 |
intellij 에서 index.html 파일이 읽히지 않는 현상 (0) | 2022.01.17 |
JavaMailSender 오류 -JavaMailSender' in your configuration. (0) | 2022.01.16 |
Intellij @valid, validation 오류 (0) | 2022.01.16 |