-
[Eclipse] Github - rejected-non-fast-forward 오류Eclipse 2020. 5. 1. 12:09반응형
1.Git Repositories에서 프로젝트를 선택 한 후 Remotes > origin -> 오류가 발생하는 저장소 우클릭 -> Configure Fetch... 또는 Configure Push... 클릭
2.Advanced 클릭
3.Specifications for fetch에 추가된 내용이 있으면 삭제 후 Source ref: 에서 master [branch]를 선택한 후 Add Spec 클릭
4.Specifications for fetch에 추가되었는지 확인 후 Finish 클릭
5.Save and Fetch 클릭
6.master 확인
7.Branches > Local > master 우클릭 > Merge.. 클릭
8.Merge 클릭
9.Merge 확인
10.프로젝트 우클릭 > Remote > Push... 클릭
11.Git Repository 정보를 확인 후 Next 클릭
12.Specifications for fetch 확인 후 Push 클릭
13.Push 결과 확인
반응형'Eclipse' 카테고리의 다른 글
[Eclipse] Git 사용하기(02) - Merge (0) 2020.10.10 [Eclipse] Git 사용하기(01) - Branch 생성 후 Push (0) 2020.10.10 [Eclipse] JUnit 사용법 (0) 2020.03.01 [Eclipse] STS(Spring-Tool-Suite) Plugin 수동 설치 (2) 2019.07.10 [Eclipse] SVN Ignored Resources 설정 (target 제외 등) (0) 2019.05.07