[TIL][Git] push가 안되는 경우

👩‍💻💖·2022년 10월 24일
0

TroubleShooting

목록 보기
3/3

1. 오늘 끄적거린 일

  • 새로운 프로젝트를 느리게 한 번 진행을 해보고자, 프로젝트 set-up을 하는데, git pull을 진행을 하고 push를 하는데, 오류가 발생하였다.

2. Issue

  • trouble : fatal: refusing to merge unrelated histories
    => git pull origin main --allow-unrelated-histories
    git history가 충돌을 일으켜서 이러한 현상이 발생된다고 한다.
  • 새로운 프로젝트 생성
    https://github.com/just-board/justboard-front

0개의 댓글