newmin
개발 이것저것
newmin
전체 방문자
오늘
어제
  • 전체 보기
    • Language
      • C
      • Java
    • Algorithm
      • Problem Solving
    • Dev
      • 개발일기장
      • Android
      • Spring
      • 회고록
    • Github
    • IDE
      • eclipse
      • visual studio 2019
    • 대외활동
      • 사피엔스4.0 대학생 서포터즈
      • 코드클럽 SW교육기부단
      • 한국대학생IT경영학회 KUSITMS

블로그 메뉴

  • 홈
  • 태그
  • 방명록

공지사항

인기 글

태그

  • 코드클럽 SW교육기부단
  • BOJ
  • 백준C언어
  • C언어알고리즘
  • 중현초등학교
  • KB디지털멘토링
  • 코딩
  • 대학생 서포터즈
  • SW교육기부
  • SW교육기부단
  • 자바
  • 코린이
  • C언어기초
  • 개발자
  • c언어
  • 깃허브
  • 안드로이드
  • 이클립스에러
  • 사피엔스4.0
  • 대학생 교육기부
  • 큐시즘
  • 백준
  • 사피엔스4.0 서포터즈
  • 이클립스
  • 대학생 대외활동
  • 알고리즘
  • code club
  • 프로그래밍
  • 코드클럽
  • eclipse

최근 댓글

최근 글

티스토리

hELLO · Designed By 정상우.
newmin

개발 이것저것

[eclipse/github] nothing to fetch 에러
IDE/eclipse

[eclipse/github] nothing to fetch 에러

2021. 8. 20. 12:07

이클립스에서 git을 사용해 Pull 해오려다가 Nothing to fetch 에러가 발생했다.

해당 프로젝트의 remote에 fetch가 안 잡혀 있어서 발생하는 에러이다.

 

해결 방법

1. Git Repositories 탭에서 git 프로젝트 마우스 우클릭 -> [Properties]

2. [Configuration] - remote>origin 에 fetch 항목이 있는지 확인한다.

해당 에러는 fetch가 없기 때문에 발생하므로 아마 없을 것이다. 필자는 항목을 추가한 후 캡처한 것이다!

3. fetch 를 추가한다.

[Add Entry] - 다음과 같이 입력한다.

Key: remote.origin.fetch

Value: +refs/heads/*:refs/remotes/origin/*

 

4. Apply 후 Fetch & Pull을 시도하면 정상적으로 로컬 저장소의 커밋을 불러올 수 있다!

 

참고 - https://d-e-v.tistory.com/5

'IDE > eclipse' 카테고리의 다른 글

[eclipse] error running Gradle test : No matching tests found in any candidate test task.  (0) 2022.06.07
[eclipse] The operation is not applicable to the current selection. Select a field which is not declared as type variable or a type that declares such fields. 에러 해결  (0) 2022.03.20
[eclipse] An error has occurred. See error log for more details. java.lang.NullPointerException  (0) 2022.01.22
[eclipse] 프로젝트 유형 변경하기  (0) 2021.10.05
[eclipse] Editor does not contain a main type 에러 해결  (0) 2021.08.18
    'IDE/eclipse' 카테고리의 다른 글
    • [eclipse] The operation is not applicable to the current selection. Select a field which is not declared as type variable or a type that declares such fields. 에러 해결
    • [eclipse] An error has occurred. See error log for more details. java.lang.NullPointerException
    • [eclipse] 프로젝트 유형 변경하기
    • [eclipse] Editor does not contain a main type 에러 해결
    newmin
    newmin
    매일 작심삼일로 작심일년

    티스토리툴바