git did not exit cleanly (exit code 1) (2718ms @ 2018/8/23 14:40:53)를 해결하는 가장 좋은 방법

1045 단어 git
상황 재현:
git.exe push --progress "origin" zrc:zrc
To https://git.365power.cn:8443/winter/framework-commons-import.git
! [rejected]        zrc -> zrc (fetch first)
error: failed to push some refs to 'https://git.365power.cn:8443/winter/framework-commons-import.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.

문제 분석:
프로젝트가 충돌하여 프로젝트가 적은 상황이 발생합니다.내가 다시 올릴 때 Eclipse의 항목을 복사해서 나왔기 때문이다.이전에 올린 것을 삭제했고 복사한 항목 중 일부 파일을 삭제했다.
제출한 항목이 라이브러리에 존재하는 항목과 일치하지 않는다는 뜻입니다.
문제 해결:
  • 새로운 프로젝트를 다시 시작합니다.
  • 수정한 파일에서 수정합니다.

  •       3.커밋
     
    총괄: 새 코드를 제출할 때마다 요청을 제출하고 그 다음에 하는 일은 합병에 성공한 후에 프로젝트를 끌어낸 다음에 수정을 해서 어떤 파일이 자신이 수정한 것인지 알 수 있도록 하는 것이다.

    좋은 웹페이지 즐겨찾기