728x90
반응형
* branch master -> FETCH_HEAD
fatal: refusing to merge unrelated histories
git pull /push 오류
원인 : 커밋의 힘이없어서.. 커밋하다 꼬인경우임. 어차피 해결법만 알면되니 올림.
push 전에
|
refusing to merge unrelatedhistories
|
pull 시
it pull origin 브런치명 --allow-unrelated-histories
보통 아래처럼 브런치명에 main 이나 master을 넣어 해결
git pull --allow-unrelated-histories origin main
728x90
반응형
'괴발개발 > git' 카테고리의 다른 글
| Branch (0) | 2024.06.23 |
|---|---|
| 형상관리( Git시스템) (0) | 2024.06.22 |
| error: Please make sure you have the correct access rights and the repository exists (0) | 2024.05.12 |
| error failed to push some refs to (0) | 2024.05.09 |
| git 사용하기 (부제 : git bash 명령어) (0) | 2024.02.12 |