커뮤니티
포인트
로딩중
쿠폰
내 강의실
국비 신청 내역
수강권
증명서
숙제 피드백
계정
로그아웃
학습 질문
개발 일지
나의 활동
답변 완료
git 수업 중 푸쉬 풀 되지 않습니다.
웹개발 종합반
0주차
북마크
조*****t
댓글
3
추천
0
조회수
100
조회수
100
답변 완료

깃 수업으로 질문하기 창이 뜨지 않아 종합반으로 질문합니다


git -c color.branch=false -c color.diff=false -c color.status=false -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree fetch origin 



git -c color.branch=false -c color.diff=false -c color.status=false -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree pull --log origin main 

From https://github.com/suzz-in/kimchi-recipe

 * branch      main    -> FETCH_HEAD

hint: You have divergent branches and need to specify how to reconcile them.

hint: You can do so by running one of the following commands sometime before

hint: your next pull:

hint: 

hint:  git config pull.rebase false # merge

hint:  git config pull.rebase true  # rebase

hint:  git config pull.ff only    # fast-forward only

hint: 

hint: You can replace "git config" with "git config --global" to set a default

hint: preference for all repositories. You can also pass --rebase, --no-rebase,

hint: or --ff-only on the command line to override the configured default per

hint: invocation.

fatal: Need to specify how to reconcile divergent branches.

Completed with errors, see above



위와 같은 오류 창이 뜨면서 푸쉬 풀이 되지 않는데 어떻게 해야하나요

취소
 공유
취소
댓글 0
댓글 알림
나의얼굴